Re: cancel request in progress

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "M(dot) Bastin" <marcbastin(at)mindspring(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: cancel request in progress
Date: 2003-10-03 18:02:19
Message-ID: 28615.1065204139@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"M. Bastin" <marcbastin(at)mindspring(dot)com> writes:
> I'm trying to implement the "cancel request in progress" (protocol
> 2.0, pgsql 7.3.3), but queries complete regardless.

> I'm trying it on short queries, which return about 600 rows. Would
> this only work on behemot queries?

It's certainly possible that the backend has already completed the query
before the cancel gets there. Try a bigger test case.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Nabil Sayegh 2003-10-03 19:12:45 Re: plperl db crash
Previous Message Nabil Sayegh 2003-10-03 17:23:03 Re: plperl db crash