Re: Pending query cancel defeats SIGQUIT - Mailing list pgsql-hackers

From Noah Misch
Subject Re: Pending query cancel defeats SIGQUIT
Date
Msg-id 20130912003509.GB243762@tornado.leadboat.com
Whole thread Raw
In response to Re: Pending query cancel defeats SIGQUIT  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Wed, Sep 11, 2013 at 02:00:41PM -0400, Robert Haas wrote:
> On Wed, Sep 11, 2013 at 10:38 AM, Stephen Frost <sfrost@snowman.net> wrote:
> > * Noah Misch (noah@leadboat.com) wrote:
> >> On Tue, Sep 10, 2013 at 07:13:16PM -0700, David Johnston wrote:
> >> > Your feelings on how far to back-patch?
> >>
> >> All supported versions.  The current behavior is a bug every way I look at it.
> >
> > Agreed.  I noticed a stale backend hanging around after a
> > cancel/shutdown and this sounds very likely to be the cause and it'd be
> > really great to get it fixed.
> 
> +1.

Committed; TODO item added for the remaining race condition.

-- 
Noah Misch
EnterpriseDB                                 http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: 9.4 HEAD: select() failed in postmaster
Next
From: Peter Geoghegan
Date:
Subject: Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE