projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa3efb4
)
Fix an oversight in the previous commit
author
Pavan Deolasee
<
[email protected]
>
Tue, 19 Jan 2016 08:20:02 +0000
(13:50 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Tue, 18 Oct 2016 09:42:41 +0000
(15:12 +0530)
src/backend/pgxc/pool/execRemote.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/pgxc/pool/execRemote.c
b/src/backend/pgxc/pool/execRemote.c
index 717208a5f18219ae096bb23d2cd4c7c49e0dfbc2..232c70672808394e24da8109336abf3195edcade 100644
(file)
--- a/
src/backend/pgxc/pool/execRemote.c
+++ b/
src/backend/pgxc/pool/execRemote.c
@@
-2304,7
+2304,7
@@
pgxc_node_remote_prepare(char *prepareGID, bool localNode)
return nodestr.data;
prepare_err:
- abort_cmd = (char *) palloc (64 + strlen(
abort_cmd
));
+ abort_cmd = (char *) palloc (64 + strlen(
prepareGID
));
sprintf(abort_cmd, "ROLLBACK PREPARED '%s'", prepareGID);
auxXid = GetAuxilliaryTransactionId();