Обсуждение: pgsql: Fix redundant error messages in client tools

Поиск
Список
Период
Сортировка

pgsql: Fix redundant error messages in client tools

От
Peter Eisentraut
Дата:
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/42c088be18894234fdd47dae48aab0e3db703b42

Modified Files
--------------
src/bin/pg_basebackup/streamutil.c | 3 +--
src/bin/pg_rewind/libpq_fetch.c    | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)


Re: pgsql: Fix redundant error messages in client tools

От
Tom Lane
Дата:
Peter Eisentraut <peter@eisentraut.org> writes:
> Fix redundant error messages in client tools

Looks like you did not update the ssl tests.
This *must* get fixed before Monday's wrap.

            regards, tom lane