Re: "pgstat wait timeout" just got a lot more common on Windows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "pgstat wait timeout" just got a lot more common on Windows
Дата
Msg-id 2506.1336743314@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: "pgstat wait timeout" just got a lot more common on Windows  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: "pgstat wait timeout" just got a lot more common on Windows  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> On Thu, May 10, 2012 at 6:52 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Oh ... while hacking win32 PGSemaphoreLock I saw that it has a *seriously*
>> nasty bug: it does not reset ImmediateInterruptOK before returning.
>> How is it that Windows machines aren't falling over constantly?

> Hmm. the commit you made to fix it says it changes how
> ImmediateInterruptOK is handled, but there was not a single line of
> code that actually changed that? Or am I misreading this completely?

Exit is now out the bottom of the loop, not by a raw "return;".
        regards, tom lane


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

Предыдущее
От: "MauMau"
Дата:
Сообщение: Re: Can pg_trgm handle non-alphanumeric characters?
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: problem/bug in drop tablespace?