Re: [PATCHES] [pgsql-hackers-win32] Win32 deadlock detection not working for Postgres8beta1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] [pgsql-hackers-win32] Win32 deadlock detection not working for Postgres8beta1
Дата
Msg-id 22964.1094515062@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-bugs
"Magnus Hagander" <mha@sollentuna.net> writes:
> [ fix broken CHECK_FOR_INTERRUPTS macro ]

Applied.  I see how this might change detection of statement_timeout,
but I do not actually see what it's got to do with deadlock detection.
In the deadlock situation the process that needs to wake up is going
to be blocked on a semaphore, and so it's not going to be executing
CHECK_FOR_INTERRUPTS at all.  How does this fix that case?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1241: returns different result for the same result with differnt plans.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Permissions problem with sequences