Re: can't cancel a query with pg_cancel_backend

From: Marc Cousin <cousinmarc(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: can't cancel a query with pg_cancel_backend
Date: 2009-05-05 16:27:47
Message-ID: 200905051827.48050.cousinmarc@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

great, thanks a lot...

On Tuesday 05 May 2009 17:11:35 Tom Lane wrote:
> Marc Cousin <mcousin(at)sigma(dot)fr> writes:
> > On Tuesday 05 May 2009 16:35:11 Tom Lane wrote:
> >> Hmm ... is it likely that index entries with pathid = 120 are *very* few
> >> and far between in jobid order? It looks like we have no
> >> CHECK_FOR_INTERRUPTS calls inside the loop in _bt_next(), which is
> >> probably a mistake ...
> >
> > In fact. there are none, as I had just removed them and I wasn't sure of
> > it, so I was double-checking before telling my colleagues it was OK :)
>
> OK, that explains it then :-(. I'll see about fixing this.
>
> regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Carol Walter 2009-05-05 17:13:02 Re: Can't drop constraint?
Previous Message Tom Lane 2009-05-05 16:08:51 Re: Can't drop constraint?