Skip to content

Commit 866982e

Browse files
authored
Merge be36abe into df84217
2 parents df84217 + be36abe commit 866982e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/local_pgwire/pgwire_kqp_proxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ class TPgwireKqpProxyExecute : public TPgwireKqpProxy<TPgwireKqpProxyExecute, NP
464464
}
465465

466466
void Bootstrap() {
467-
ResponseFormat_ = Portal_.BindData.ParametersFormat;
467+
ResponseFormat_ = Portal_.BindData.ResultsFormat;
468468
auto event = ConvertQueryToRequest(Portal_.QueryData.Query);
469469
if (event) {
470470
for (unsigned int paramNum = 0; paramNum < Portal_.BindData.ParametersValue.size(); ++paramNum) {

0 commit comments

Comments
 (0)