pgsql: Include the first valid listen address in pg_ctl to improve serv

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Include the first valid listen address in pg_ctl to improve serv
Date: 2010-12-31 22:25:06
Message-ID: E1PYnPG-0005fK-DW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include the first valid listen address in pg_ctl to improve server start
"wait" detection and add postmaster start time to help determine if the
postmaster is actually using the specified data directory.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/storage.sgml | 5 +-
src/backend/port/ipc_test.c | 2 +-
src/backend/port/sysv_shmem.c | 14 ++++-
src/backend/postmaster/postmaster.c | 19 +++++++-
src/backend/utils/init/miscinit.c | 50 +++++++++++---------
src/bin/pg_ctl/pg_ctl.c | 89 +++++++++++++++++++++++------------
src/include/miscadmin.h | 4 +-
7 files changed, 121 insertions(+), 62 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-01-01 01:42:57 pgsql: In pg_upgrade, rename "CLUSTERNAME" to "CLUSTER_NAME".
Previous Message Tom Lane 2010-12-31 17:00:32 Re: pgsql: Support RIGHT and FULL OUTER JOIN in hash joins.