pgsql: Improve reporting of error situations in find_other_exec().
pgsql: Improve reporting of error situations in find_other_exec().
От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Improve reporting of error situations in find_other_exec(). This function suppressed any stderr output from the called program, which is unnecessary in the normal case and unhelpful in error cases. It also gave a rather opaque message along the lines of "fgets failure: Success" in case the called program failed to return anything on stdout. Since we've seen multiple reports of people not understanding what's wrong when pg_ctl reports this, improve the message. Back-patch to all active branches. Branch ------ REL8_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/2754cdc713a03ec038bbc98f50fe3a465c0e517c Modified Files -------------- src/port/exec.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-)