| From: | Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #9074: prepared_xacts test freezes |
| Date: | 2015-01-19 19:51:13 |
| Message-ID: | 54BD6031.9000907@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On 2/3/2014 7:31 AM, 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
for the archives, the cygwin bug was identified and solved.
postgresql-9.4.0
prepared_xacts ... ok
Regards
Marco
| From | Date | Subject | |
|---|---|---|---|
| Next Message | aruggiero | 2015-01-19 23:58:37 | BUG #12603: Results Ordering not correct |
| Previous Message | Pedro Gimeno | 2015-01-19 17:38:21 | Re: BUG #12589: Poor randomness from random() with some seeds; poor resolution |