Skip to content

Commit 02fdc0e

Browse files
author
Alexander Korotkov
committed
Put back initial nextXid value.
1 parent 66651cc commit 02fdc0e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4806,7 +4806,7 @@ BootStrapXLOG(void)
48064806
checkPoint.ThisTimeLineID = ThisTimeLineID;
48074807
checkPoint.PrevTimeLineID = ThisTimeLineID;
48084808
checkPoint.fullPageWrites = fullPageWrites;
4809-
checkPoint.nextXid = FirstNormalTransactionId + 1 + 0x4000000000000000;
4809+
checkPoint.nextXid = FirstNormalTransactionId + 1;
48104810
checkPoint.nextOid = FirstBootstrapObjectId;
48114811
checkPoint.nextMulti = FirstMultiXactId;
48124812
checkPoint.nextMultiOffset = 0;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy