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-26 20:48:54
Message-ID: E1Sjcgw-0003gL-5U@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
------
master

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

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 Peter Eisentraut 2012-06-27 11:01:37 pgsql: Use system install program when available and usable
Previous Message Robert Haas 2012-06-26 20:06:14 pgsql: When LWLOCK_STATS is defined, count spindelays.