diff options
| -rw-r--r-- | src/backend/pgxc/pool/execRemote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/pgxc/pool/execRemote.c b/src/backend/pgxc/pool/execRemote.c index 4a2fe3dd27..a807dcfa7d 100644 --- a/src/backend/pgxc/pool/execRemote.c +++ b/src/backend/pgxc/pool/execRemote.c @@ -5831,7 +5831,7 @@ ExecRemoteUtility(RemoteQuery *node) ExecDirectType exec_direct_type = node->exec_direct_type; int i; #ifdef XCP - CommandId cid = GetCurrentCommandId(false); + CommandId cid = GetCurrentCommandId(true); #endif if (!force_autocommit) |
