From: | Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #9074: prepared_xacts test freezes |
Date: | 2014-02-03 06:50:32 |
Message-ID: | 52EF3C38.2050000@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 03/02/2014 07:31, Tom Lane wrote:
> marco(dot)atzeri(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | hardy.falk | 2014-02-03 15:43:57 | BUG #9085: Server segfault from psql |
Previous Message | Tom Lane | 2014-02-03 06:31:33 | Re: BUG #9074: prepared_xacts test freezes |