We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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