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

Commit90991c4

Browse files
committed
Downgrade a status message from LOG to DEBUG2.
I never intended this to be anything other than a debugging aid, but forgotto change the level before committing.
1 parent32f4de0 commit90991c4

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
@@ -9636,7 +9636,7 @@ WaitForWALToBecomeAvailable(XLogRecPtr RecPtr, bool randAccess,
96369636
}
96379637

96389638
if (currentSource!=oldSource)
9639-
elog(LOG,"switched WAL source from %s to %s after %s",
9639+
elog(DEBUG2,"switched WAL source from %s to %s after %s",
96409640
xlogSourceNames[oldSource],xlogSourceNames[currentSource],
96419641
lastSourceFailed ?"failure" :"success");
96429642

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp