Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 54c4fa8

Browse files
author
Maksim Milyutin
committed
light fix
1 parent be99416 commit 54c4fa8

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4812,7 +4812,6 @@ BootStrapXLOG(void)
48124812
checkPoint.fullPageWrites = fullPageWrites;
48134813
checkPoint.nextXid = FirstNormalTransactionId + 1 + start_xid;
48144814
checkPoint.nextOid = FirstBootstrapObjectId;
4815-
checkPoint.nextMulti = FirstMultiXactId;
48164815
checkPoint.nextMulti = (!start_mx_id) ? FirstMultiXactId + 1
48174816
: FirstMultiXactId + start_mx_id;
48184817
checkPoint.nextMultiOffset = start_mx_offset;

0 commit comments

Comments
 (0)