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 55659cf commit 2454910Copy full SHA for 2454910
src/bin/pg_resetwal/pg_resetwal.c
@@ -564,6 +564,9 @@ main(int argc, char *argv[])
564
FullTransactionIdFromEpochAndXid(EpochFromFullTransactionId(ControlFile.checkPointCopy.nextXid),
565
set_xid);
566
567
+ if (set_gxid != 0)
568
+ ControlFile.checkPointCopy.nextGxid = set_gxid;
569
+
570
if (set_oldest_commit_ts_xid != 0)
571
ControlFile.checkPointCopy.oldestCommitTsXid = set_oldest_commit_ts_xid;
572
if (set_newest_commit_ts_xid != 0)
0 commit comments