Thread: pgsql: Update documentation about SIGKILL of postmaster.

pgsql: Update documentation about SIGKILL of postmaster.

From
Noah Misch
Date:
Update documentation about SIGKILL of postmaster.

Removing shared memory and semaphores in response to server start
failure often masks the real problem, a live process associated with the
data directory; see commit 5a907404b52753c4d6c6a7c21765aeaa42fd6a3b.
Since 9.6, it's rarely necessary to kill subprocesses manually.  (When
it is necessary, that commit's HINT will say as much, in all supported
versions.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a806b14a1139d3443a7c2c263abb9ff8e4a65694

Modified Files
--------------
doc/src/sgml/runtime.sgml | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)