pgsql: Allow pg_terminate_backend() to be used on backends with matchin - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Allow pg_terminate_backend() to be used on backends with matchin
Date
Msg-id E1SjrT8-0000ZN-V1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow pg_terminate_backend() to be used on backends with matching role.

A similar change was made previously for pg_cancel_backend, so now it
all matches again.

Dan Farina, reviewed by Fujii Masao, Noah Misch, and Jeff Davis,
with slight kibitzing on the doc changes by me.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/eee5088e538be24f6c42e758ef27cecc2b2579f1

Modified Files
--------------
doc/src/sgml/func.sgml              |   11 +++++++----
doc/src/sgml/high-availability.sgml |   16 +++++++++-------
src/backend/utils/adt/misc.c        |   12 +++++++-----
3 files changed, 23 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Use system install program when available and usable
Next
From: Robert Haas
Date:
Subject: pgsql: Update release notes for pg_terminate_backend changes.