Re: cancel request in progress

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: cancel request in progress
Дата
Msg-id 28615.1065204139@sss.pgh.pa.us
обсуждение исходный текст
Ответ на cancel request in progress  ("M. Bastin" <marcbastin@mindspring.com>)
Список pgsql-novice
"M. Bastin" <marcbastin@mindspring.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

В списке pgsql-novice по дате отправления:

Предыдущее
От: "M. Bastin"
Дата:
Сообщение: cancel request in progress
Следующее
От: Nabil Sayegh
Дата:
Сообщение: Re: plperl db crash