mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Update SGML docs describing the contents of the postmaster.pid file,
per change to the file for pg_ctl.
This commit is contained in:
parent
f79136439f
commit
0a023a14fc
1 changed files with 3 additions and 2 deletions
|
|
@ -116,8 +116,9 @@ last started with</entry>
|
|||
|
||||
<row>
|
||||
<entry><filename>postmaster.pid</></entry>
|
||||
<entry>A lock file recording the current server PID and shared memory
|
||||
segment ID (not present after server shutdown)</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>
|
||||
</row>
|
||||
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Reference in a new issue