Thanks to visit codestin.com Credit goes to github.com
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 e4326fb commit 6a6ebb9Copy full SHA for 6a6ebb9
src/backend/access/transam/xlog.c
@@ -5045,6 +5045,7 @@ BootStrapXLOG(void)
5045
checkPoint.ThisTimeLineID = BootstrapTimeLineID;
5046
checkPoint.PrevTimeLineID = BootstrapTimeLineID;
5047
checkPoint.fullPageWrites = fullPageWrites;
5048
+ checkPoint.wal_level = wal_level;
5049
checkPoint.nextXid =
5050
FullTransactionIdFromEpochAndXid(0, FirstNormalTransactionId);
5051
checkPoint.nextOid = FirstGenbkiObjectId;
0 commit comments