mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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.
This commit is contained in:
@ -117,8 +117,9 @@ last started with</entry>
|
||||
<row>
|
||||
<entry><filename>postmaster.pid</></entry>
|
||||
<entry>A lock file recording the current postmaster process id (PID),
|
||||
cluster data directory, port number, Unix domain socket directory,
|
||||
and shared memory segment ID</entry>
|
||||
postmaster start time, cluster data directory, port number, user-specified
|
||||
Unix domain socket directory, first valid listen_address host, and
|
||||
shared memory segment ID</entry>
|
||||
</row>
|
||||
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user