Re: Thoughts about bug #3883

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Thoughts about bug #3883
Дата
Msg-id 19175.1201295785@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Thoughts about bug #3883  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> "Tom Lane" <tgl@sss.pgh.pa.us> writes:
>> The simplest fix seems to be to invent an additional flag variable
>> "signalAwaited" which is set/cleared by ProcWaitForSignal and checked by
>> LockWaitCancel. This would make cancelling out of a ProcWaitForSignal call
>> exactly analogous to cancelling out of a heavyweight-lock acquisition.

> Is that the flag that is an assertion that no cleanup is needed? Or is that
> something else?

No, the problem is merely to get LockWaitCancel to return "true" so that
StatementCancelHandler will go ahead with the immediate interrupt.  No
new cleanup is needed other than resetting the new flag.
        regards, tom lane


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Truncate Triggers
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Proposal: Integrity check