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 0a6ea40 commit 60d9979Copy full SHA for 60d9979
src/backend/access/transam/xlog.c
@@ -8383,7 +8383,7 @@ LogCheckpointStart(int flags, bool restartpoint)
8383
(flags & CHECKPOINT_IMMEDIATE) ? " immediate" : "",
8384
(flags & CHECKPOINT_FORCE) ? " force" : "",
8385
(flags & CHECKPOINT_WAIT) ? " wait" : "",
8386
- (flags & CHECKPOINT_CAUSE_XLOG) ? " xlog" : "",
+ (flags & CHECKPOINT_CAUSE_XLOG) ? " wal" : "",
8387
(flags & CHECKPOINT_CAUSE_TIME) ? " time" : "",
8388
(flags & CHECKPOINT_FLUSH_ALL) ? " flush-all" : "");
8389
}
0 commit comments