We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8463880 commit 546c13eCopy full SHA for 546c13e
src/backend/access/transam/twophase.c
@@ -1956,7 +1956,7 @@ RecoverPreparedTransactions(void)
1956
* hierarchy, but there's no need to restore that exactly.
1957
*/
1958
for (i = 0; i < hdr->nsubxacts; i++)
1959
- SubTransSetParent(subxids[i], xid, overwriteOK);
+ SubTransSetParent(subxids[i], xid, true);
1960
1961
/*
1962
* Recreate its GXACT and dummy PGPROC. But, check whether
0 commit comments