]> 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 21:45:07 +0000 (22:45 +0100)
commit8096be26178befa690841e449abb39e134f8d415
tree662b597ae1e00aed0284fe168c37c9eadb3f2221
parentbae31e75f7777f2398eccbd40c5676e3dd487d1a
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