Improve reporting of error situations in find_other_exec().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 62d69045dd1c41bbcd8a7f78c7a4170e8381ca76
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-07-27T23:31:19Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/port/exec.c modified +10 −2