pgsql: pg_dump: Fix newline in error message

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump: Fix newline in error message
Date: 2019-05-04 14:58:01
Message-ID: E1hMw6z-00031H-Fk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Fix newline in error message

The newline was incorrectly dropped in
a98c48debcd0620ab07608d53ee08fdb0e7a1edb.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bf0720233ec8f82edb6d55d1668347f9ab60e2f6

Modified Files
--------------
src/bin/pg_dump/pg_dump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2019-05-04 15:48:02 Re: pgsql: Fix union for pgstat message types
Previous Message Michael Paquier 2019-05-04 07:33:35 pgsql: Fix set of issues with memory-allocation system calls in fronten