Skip to content

Commit ddbf473

Browse files
author
Alexander Korotkov
committed
Fix multixact id.
1 parent bedd33f commit ddbf473

File tree

1 file changed

+1
-0
lines changed
  • src/backend/access/transam

1 file changed

+1
-0
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4805,6 +4805,7 @@ BootStrapXLOG(void)
48054805
checkPoint.nextOid = FirstBootstrapObjectId;
48064806
checkPoint.nextMulti = FirstMultiXactId;
48074807
checkPoint.nextMultiOffset = 0;
4808+
checkPoint.nextMulti++;
48084809
checkPoint.oldestXid = FirstNormalTransactionId;
48094810
checkPoint.oldestXidDB = TemplateDbOid;
48104811
checkPoint.oldestMulti = FirstMultiXactId;

0 commit comments

Comments
 (0)