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 1046367 commit 5c416baCopy full SHA for 5c416ba
src/backend/access/transam/twophase.c
@@ -2150,7 +2150,7 @@ RecoverPreparedTransactions(void)
2150
* hierarchy, but there's no need to restore that exactly.
2151
*/
2152
for (i = 0; i < hdr->nsubxacts; i++)
2153
- SubTransSetParent(subxids[i], xid, overwriteOK);
+ SubTransSetParent(subxids[i], xid, true);
2154
2155
/*
2156
* Recreate its GXACT and dummy PGPROC. But, check whether
0 commit comments