pg_ctl: Make failure to complete operation a nonzero exit
Peter Eisentraut <peter_e@gmx.net>
pg_ctl: Make failure to complete operation a nonzero exit If an operation being waited for does not complete within the timeout, then exit with a nonzero exit status. This was previously handled inconsistently.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_ctl-ref.sgml | modified | +7 −0 |
| src/bin/pg_ctl/pg_ctl.c | modified | +6 −2 |