Re: BUG #9074: prepared_xacts test freezes

Поиск
Список
Период
Сортировка
От Marco Atzeri
Тема Re: BUG #9074: prepared_xacts test freezes
Дата
Msg-id 52EF3C38.2050000@gmail.com
обсуждение исходный текст
Ответ на Re: BUG #9074: prepared_xacts test freezes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On 03/02/2014 07:31, Tom Lane wrote:
> marco.atzeri@gmail.com writes:
>> going step by step, the freezing point is:
>
>> -- pxtest3 should be locked because of the pending DROP
>> set statement_timeout to 2000;
>> SELECT * FROM pxtest3;
>> instead of
>> --------------------------------
>> ERROR:  canceling statement due to statement timeout
>> -----------------------------------
>> the SELECT never returns.
>
> Something broken in SIGALRM signal handling, seems like.  But in this
> case, the code *does* work on older Cygwin versions, so I think it's
> incumbent on you to figure out why newer Cygwin is failing.
>
>             regards, tom lane

but an indication of where to look for and about postgresql expectation
will help to make a test case for SIGALRM stand alone

Thanks
Marco

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #9074: prepared_xacts test freezes
Следующее
От: hardy.falk@blue-cable.de
Дата:
Сообщение: BUG #9085: Server segfault from psql