mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 00:10:07 -05:00
pg_waldump: Remove extra newline in error message
fatal_error() already prints out a trailing newline.
This commit is contained in:
parent
77d21970ae
commit
911244610c
@ -1059,7 +1059,7 @@ main(int argc, char **argv)
|
||||
XLogDumpDisplayStats(&config, &stats);
|
||||
|
||||
if (errormsg)
|
||||
fatal_error("error in WAL record at %X/%X: %s\n",
|
||||
fatal_error("error in WAL record at %X/%X: %s",
|
||||
(uint32) (xlogreader_state->ReadRecPtr >> 32),
|
||||
(uint32) xlogreader_state->ReadRecPtr,
|
||||
errormsg);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user