mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
pg_xlogdump: Remove extra newline in error message
fatal_error() already prints out a trailing newline.
This commit is contained in:
parent
c6117eecec
commit
feb4d35406
@ -1048,7 +1048,7 @@ main(int argc, char **argv)
|
|||||||
XLogDumpDisplayStats(&config, &stats);
|
XLogDumpDisplayStats(&config, &stats);
|
||||||
|
|
||||||
if (errormsg)
|
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 >> 32),
|
||||||
(uint32) xlogreader_state->ReadRecPtr,
|
(uint32) xlogreader_state->ReadRecPtr,
|
||||||
errormsg);
|
errormsg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user