Content-Length: 257003 | pFad | http://github.com/postgrespro/postgres_cluster/commit/feb4d35406dddeda0fa6f4e16ea3c64dbd898a0e

B5 pg_xlogdump: Remove extra newline in error message · postgrespro/postgres_cluster@feb4d35 · GitHub
Skip to content

Commit feb4d35

Browse files
committed
pg_xlogdump: Remove extra newline in error message
fatal_error() already prints out a trailing newline.
1 parent c6117ee commit feb4d35

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/feb4d35406dddeda0fa6f4e16ea3c64dbd898a0e

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy