diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 3950a026679..76b52fb1dcb 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -6104,7 +6104,7 @@ StartupXLOG(void) * than is appropriate now that we're not in standby mode anymore. */ if (fast_promoted) - RequestCheckpoint(0); + RequestCheckpoint(CHECKPOINT_FORCE); } /*