diff options
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index ba95f61083..4088bcbf87 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -3882,7 +3882,7 @@ PostgresMain(int argc, char *argv[], const char *username) { CurrentResourceOwner = ResourceOwnerCreate(NULL, "ForPGXCNodes"); - InitMultinodeExecutor(); + InitMultinodeExecutor(false); pool_handle = GetPoolManagerHandle(); if (pool_handle == NULL) @@ -3978,7 +3978,7 @@ PostgresMain(int argc, char *argv[], const char *username) /* * Temporarily do not abort if we are already in an abort state. * This change tries to handle the case where the error data stack fills up. - */ + */ AbortCurrentTransactionOnce(); #else AbortCurrentTransaction(); |