summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/pgxc/pool/execRemote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/pgxc/pool/execRemote.c b/src/backend/pgxc/pool/execRemote.c
index 7ce5549521..14067ee0af 100644
--- a/src/backend/pgxc/pool/execRemote.c
+++ b/src/backend/pgxc/pool/execRemote.c
@@ -1943,7 +1943,7 @@ pgxc_node_begin(int conn_count, PGXCNodeHandle **connections,
return EOF;
/* Send virtualXID to the remote nodes using SET command */
- sprintf(lxid, "%d", MyProc->lxid);
+ sprintf(lxid, "%u", MyProc->lxid);
PGXCNodeSetParam(true, "coordinator_lxid", lxid, 0);
/* after transactions are started send down local set commands */