Обсуждение: pgsql: Unify find_other_exec() error messages

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

pgsql: Unify find_other_exec() error messages

От
Peter Eisentraut
Дата:
Unify find_other_exec() error messages

There were a few different ways to line-wrap the error messages.  Make
them all the same, and use placeholders for the actual program names,
to save translation work.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7666ef313dcc22c8716ee74dfefab8e5ea628678

Modified Files
--------------
src/bin/initdb/initdb.c                   |  8 ++++----
src/bin/pg_ctl/pg_ctl.c                   |  3 +--
src/bin/pg_dump/pg_dumpall.c              |  8 ++++----
src/bin/pg_rewind/pg_rewind.c             | 16 ++++++++--------
src/bin/pg_verifybackup/pg_verifybackup.c |  8 ++++----
5 files changed, 21 insertions(+), 22 deletions(-)