pgsql: Have pg_ctl return an exit status of 3 if the server is not runn - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Have pg_ctl return an exit status of 3 if the server is not runn
Date
Msg-id E1REOg3-0005ag-Kp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Have pg_ctl return an exit status of 3 if the server is not running, to
match the Linux Standard Base Core Specification 3.1.

Aaron W. Swenson

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/12ff9fa7715611d7df6a78447fce6cc5096cf335

Modified Files
--------------
doc/src/sgml/ref/pg_ctl-ref.sgml |    3 ++-
src/bin/pg_ctl/pg_ctl.c          |   14 ++++++++++----
2 files changed, 12 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix typo in dummy_seclabel documentation.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Update documentation about ts_rank().