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-00031I-Fg@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
5a191f697400560fa8f2cc11817072bf9055de73.

Branch
------
REL_10_STABLE

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

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