pgsql: Remove redundant newlines from error messages

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant newlines from error messages
Date: 2019-07-02 22:39:08
Message-ID: E1hiRQa-0005Tj-JI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant newlines from error messages

These are no longer needed/allowed with the new logging API.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24c7000f64487323fedb52b8aeadf2c84274dcf5

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c | 4 ++--
src/bin/pg_dump/pg_backup_tar.c | 2 +-
src/bin/pg_dump/pg_dump.c | 2 +-
src/bin/pg_rewind/pg_rewind.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-07-02 22:45:52 pgsql: Fix accidentally swapped error message arguments
Previous Message Tom Lane 2019-07-02 18:05:02 pgsql: Fix tab completion of "SET variable TO|=" to not offer bogus com