pgsql: Improve "pg_ctl -w start" server detection by writing the postma - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Improve "pg_ctl -w start" server detection by writing the postma
Date
Msg-id E1PW8u4-0004Xq-3F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve "pg_ctl -w start" server detection by writing the postmaster
port and socket directory into postmaster.pid, and have pg_ctl read from
that file, for use by PQping().

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=075354ad1bc0496c30dbd4dafb0f88a4d3e54cbc

Modified Files
--------------
doc/src/sgml/ref/pg_ctl-ref.sgml  |   51 +---------
src/backend/utils/init/miscinit.c |   30 ++++---
src/bin/pg_ctl/pg_ctl.c           |  189 ++++++++++++++++++-------------------
3 files changed, 112 insertions(+), 158 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Move the documentation of --no-security-label to a more sensible
Next
From: Bruce Momjian
Date:
Subject: pgsql: Backpatch to 9.0 a doc mention that a BBU does not prevent parti