Re: can't cancel a query with pg_cancel_backend - Mailing list pgsql-admin

From Tom Lane
Subject Re: can't cancel a query with pg_cancel_backend
Date
Msg-id 17178.1241536295@sss.pgh.pa.us
Whole thread Raw
In response to Re: can't cancel a query with pg_cancel_backend  (Marc Cousin <mcousin@sigma.fr>)
Responses Re: can't cancel a query with pg_cancel_backend  (Marc Cousin <cousinmarc@gmail.com>)
List pgsql-admin
Marc Cousin <mcousin@sigma.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

pgsql-admin by date:

Previous
From: Marc Cousin
Date:
Subject: Re: can't cancel a query with pg_cancel_backend
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: postgres 8.2.9 can`t drop database in single user mode