优化show warnings在PBE流程中,fetchsize对exec_execute_message的影响
This commit is contained in:
@ -5200,7 +5200,6 @@ static void exec_execute_message(const char* portal_name, long max_rows)
|
|||||||
if (dest == DestRemoteExecute)
|
if (dest == DestRemoteExecute)
|
||||||
SetRemoteDestReceiverParams(receiver, portal);
|
SetRemoteDestReceiverParams(receiver, portal);
|
||||||
|
|
||||||
resetErrorDataArea(true);
|
|
||||||
/*
|
/*
|
||||||
* Ensure we are in a transaction command (this should normally be the
|
* Ensure we are in a transaction command (this should normally be the
|
||||||
* case already due to prior BIND).
|
* 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);
|
u_sess->exec_cxt.RetryController->CacheStmtName(stmt_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resetErrorDataArea(true);
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
case 'B': /* bind */
|
case 'B': /* bind */
|
||||||
|
Reference in New Issue
Block a user