Обсуждение: pgsql: Fix redundancy in error messages

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

pgsql: Fix redundancy in error messages

От
Peter Eisentraut
Дата:
Fix redundancy in error messages

pg_log_error() already prints the program name, so we don't need to
print it again inside the message.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/16a3415440ecf2f5cd02848fc05cbfe040ce14c2

Modified Files
--------------
src/bin/pg_combinebackup/pg_combinebackup.c | 2 +-
src/bin/pg_walsummary/pg_walsummary.c       | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)