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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
