Обсуждение: [COMMITTERS] pgsql: pg_ctl: Make failure to complete operation a nonzero exit

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: pg_ctl: Make failure to complete operation a nonzero exit

От
Peter Eisentraut
Дата:
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(-)