Unify find_other_exec() error messages
Peter Eisentraut <peter@eisentraut.org>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/initdb.c | modified | +4 −4 |
| src/bin/pg_ctl/pg_ctl.c | modified | +1 −2 |
| src/bin/pg_dump/pg_dumpall.c | modified | +4 −4 |
| src/bin/pg_rewind/pg_rewind.c | modified | +8 −8 |
| src/bin/pg_verifybackup/pg_verifybackup.c | modified | +4 −4 |