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 be99416 commit 54c4fa8Copy full SHA for 54c4fa8
src/backend/access/transam/xlog.c
@@ -4812,7 +4812,6 @@ BootStrapXLOG(void)
4812
checkPoint.fullPageWrites = fullPageWrites;
4813
checkPoint.nextXid = FirstNormalTransactionId + 1 + start_xid;
4814
checkPoint.nextOid = FirstBootstrapObjectId;
4815
- checkPoint.nextMulti = FirstMultiXactId;
4816
checkPoint.nextMulti = (!start_mx_id) ? FirstMultiXactId + 1
4817
: FirstMultiXactId + start_mx_id;
4818
checkPoint.nextMultiOffset = start_mx_offset;
0 commit comments