mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 09:27:04 +08:00
pg_waldump: Remove extra newline in error message
fatal_error() already prints out a trailing newline.
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user