Thread: pgsql: Remove redundant newlines from error messages

pgsql: Remove redundant newlines from error messages

From
Peter Eisentraut
Date:
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(-)