优化show warnings在PBE流程中,fetchsize对exec_execute_message的影响

This commit is contained in:
lvhui
2023-04-11 16:23:46 +08:00
parent 3de2c23275
commit be971da993

View File

@ -5200,7 +5200,6 @@ static void exec_execute_message(const char* portal_name, long max_rows)
if (dest == DestRemoteExecute)
SetRemoteDestReceiverParams(receiver, portal);
resetErrorDataArea(true);
/*
* Ensure we are in a transaction command (this should normally be the
* case already due to prior BIND).
@ -9418,6 +9417,7 @@ int PostgresMain(int argc, char* argv[], const char* dbname, const char* usernam
u_sess->exec_cxt.RetryController->CacheStmtName(stmt_name);
}
resetErrorDataArea(true);
} break;
case 'B': /* bind */