From 30aeda439456d14e713a5693461bcd62035f1d9d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 31 Dec 2010 17:24:26 -0500 Subject: 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. --- doc/src/sgml/storage.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 430df4a8438..746a48219fd 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -117,8 +117,9 @@ last started with postmaster.pid A lock file recording the current postmaster process id (PID), - cluster data directory, port number, Unix domain socket directory, - and shared memory segment ID + postmaster start time, cluster data directory, port number, user-specified + Unix domain socket directory, first valid listen_address host, and + shared memory segment ID -- cgit v1.2.3