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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Have pg_ctl return an exit status of 3 if the server is not runn
Date: 2011-10-13 17:02:39
Message-ID: E1REOg3-0005ag-Kp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-10-13 18:17:58 pgsql: Update documentation about ts_rank().
Previous Message Tom Lane 2011-10-13 16:17:17 pgsql: Fix typo in dummy_seclabel documentation.