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 66651cc commit 02fdc0eCopy full SHA for 02fdc0e
src/backend/access/transam/xlog.c
@@ -4806,7 +4806,7 @@ BootStrapXLOG(void)
4806
checkPoint.ThisTimeLineID = ThisTimeLineID;
4807
checkPoint.PrevTimeLineID = ThisTimeLineID;
4808
checkPoint.fullPageWrites = fullPageWrites;
4809
- checkPoint.nextXid = FirstNormalTransactionId + 1 + 0x4000000000000000;
+ checkPoint.nextXid = FirstNormalTransactionId + 1;
4810
checkPoint.nextOid = FirstBootstrapObjectId;
4811
checkPoint.nextMulti = FirstMultiXactId;
4812
checkPoint.nextMultiOffset = 0;
0 commit comments