Re: [COMMITTERS] pgsql: Add pg_terminate_backend() to allow terminating only a single

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Bruce Momjian <momjian(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Add pg_terminate_backend() to allow terminating only a single
Date: 2008-04-15 13:56:20
Message-ID: 20080415135620.GC4429@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Bruce Momjian wrote:
> Log Message:
> -----------
> Add pg_terminate_backend() to allow terminating only a single session.

I wonder if it's OK to grab an LWLock in a signal handler.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-15 13:58:57 Re: Re: [COMMITTERS] pgsql: Add pg_terminate_backend() to allow terminating only a single
Previous Message Bruce Momjian 2008-04-15 13:55:43 pgsql: Done: > * -Allow administrators to safely terminate individual

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-15 13:58:57 Re: Re: [COMMITTERS] pgsql: Add pg_terminate_backend() to allow terminating only a single
Previous Message Bruce Momjian 2008-04-15 13:55:12 pgsql: Add pg_terminate_backend() to allow terminating only a single