[COMMITTERS] pgsql: pg_xlogdump: Remove extra newline in error message - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_xlogdump: Remove extra newline in error message
Date
Msg-id E1cldE4-0008D7-Ed@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_xlogdump: Remove extra newline in error message

fatal_error() already prints out a trailing newline.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5c7ce2d03a7380f8049a7ba1d9336ebed144d97c

Modified Files
--------------
contrib/pg_xlogdump/pg_xlogdump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: [COMMITTERS] pgsql: Fix connection leak in DROP SUBSCRIPTION command.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Silence compiler warnings in tbm_prepare_shared_iterate().