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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: pg_ctl: Make failure to complete operation a nonzero exit
Дата
Msg-id E1dSoHN-0006y2-91@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Fix output of char node fields
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Ooops, WIN32 code in pg_ctl.c still needsPQExpBuffer.