pgsql: Update documentation about SIGKILL of postmaster.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update documentation about SIGKILL of postmaster.
Date: 2019-06-08 17:13:16
Message-ID: E1hZeu4-00072b-87@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-06-09 02:27:40 pgsql: Fix some typos
Previous Message Amit Kapila 2019-06-08 02:48:26 pgsql: Fix assorted inconsistencies.