pgsql: Update documentation about SIGKILL of postmaster. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Update documentation about SIGKILL of postmaster.
Date
Msg-id E1hZeu4-00072b-87@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix assorted inconsistencies.
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix some typos