[COMMITTERS] pgsql: pg_ctl: Make failure to complete operation a nonzero exit - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: pg_ctl: Make failure to complete operation a nonzero exit
Date
Msg-id E1dSoHN-0006y2-91@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1bac5f552a25aca3aa2ef1d404f7cdf7788c34d8

Modified Files
--------------
doc/src/sgml/ref/pg_ctl-ref.sgml | 7 +++++++
src/bin/pg_ctl/pg_ctl.c          | 8 ++++++--
2 files changed, 13 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix output of char node fields
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Ooops, WIN32 code in pg_ctl.c still needsPQExpBuffer.