Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit60d9979

Browse files
committed
Change "checkpoint starting" message to use "wal"
This catches up with the recent renaming of all user-facing mentionsof "xlog" to "wal".Discussion:https://www.postgresql.org/message-id/flat/20181129084708.GA9562%40msg.credativ.de
1 parent0a6ea40 commit60d9979

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
@@ -8383,7 +8383,7 @@ LogCheckpointStart(int flags, bool restartpoint)
83838383
(flags&CHECKPOINT_IMMEDIATE) ?" immediate" :"",
83848384
(flags&CHECKPOINT_FORCE) ?" force" :"",
83858385
(flags&CHECKPOINT_WAIT) ?" wait" :"",
8386-
(flags&CHECKPOINT_CAUSE_XLOG) ?"xlog" :"",
8386+
(flags&CHECKPOINT_CAUSE_XLOG) ?"wal" :"",
83878387
(flags&CHECKPOINT_CAUSE_TIME) ?" time" :"",
83888388
(flags&CHECKPOINT_FLUSH_ALL) ?" flush-all" :"");
83898389
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp