mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
pg_xlogdump: Remove extra newline in error message
fatal_error() already prints out a trailing newline.
This commit is contained in:
parent
783acfd4dc
commit
5c7ce2d03a
@ -720,7 +720,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
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…
Reference in New Issue
Block a user