pgsql: Fix redundant error messages in client tools

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix redundant error messages in client tools
Дата
Msg-id E1kbWK6-0005mo-45@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6be725e701611660b36642de9ff1d665a1eb24f5

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid re-using output variables in new ecpg test case.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Message style improvements