Fix redundant error messages in client tools

Peter Eisentraut <peter@eisentraut.org>

Commit: f3ad4fddfaf71e8f6f037cd627f398ba43625ca1
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-11-07T22:03:51Z
Releases: 13.1
Fix redundant error messages in client tools

A few client tools duplicate error messages already provided by libpq.

Discussion: https://www.postgresql.org/message-id/flat/3e937641-88a1-e697-612e-99bba4b8e5e4%40enterprisedb.com

Files

PathChange+/−
src/bin/pg_basebackup/streamutil.c modified +1 −2
src/bin/pg_rewind/libpq_fetch.c modified +1 −2
src/bin/psql/startup.c modified +1 −1

Discussion