pgsql: Allow pg_terminate_backend() to be used on backends with matchin

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow pg_terminate_backend() to be used on backends with matchin
Date: 2012-06-27 12:35:38
Message-ID: E1SjrT8-0000ZN-V1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-06-27 12:45:21 pgsql: Update release notes for pg_terminate_backend changes.
Previous Message Peter Eisentraut 2012-06-27 11:01:37 pgsql: Use system install program when available and usable