]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix redundant error messages in client tools
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 7 Nov 2020 21:15:52 +0000 (22:15 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 7 Nov 2020 22:03:51 +0000 (23:03 +0100)
commitf3ad4fddfaf71e8f6f037cd627f398ba43625ca1
tree3aee262342dd765f24c25f546827bf22eb429778
parent3459f4169ba9665fbc7965165ec4ef83170b748b
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
src/bin/pg_basebackup/streamutil.c
src/bin/pg_rewind/libpq_fetch.c
src/bin/psql/startup.c