pgsql: Unify find_other_exec() error messages

Started by Peter Eisentrautabout 6 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)