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

Commitfeb4d35

Browse files
committed
pg_xlogdump: Remove extra newline in error message
fatal_error() already prints out a trailing newline.
1 parentc6117ee commitfeb4d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_xlogdump/pg_xlogdump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ main(int argc, char **argv)
10481048
XLogDumpDisplayStats(&config,&stats);
10491049

10501050
if (errormsg)
1051-
fatal_error("error in WAL record at %X/%X: %s\n",
1051+
fatal_error("error in WAL record at %X/%X: %s",
10521052
(uint32) (xlogreader_state->ReadRecPtr >>32),
10531053
(uint32)xlogreader_state->ReadRecPtr,
10541054
errormsg);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp