Re: BUG #9074: prepared_xacts test freezes - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #9074: prepared_xacts test freezes
Date
Msg-id 7794.1391409093@sss.pgh.pa.us
Whole thread Raw
In response to BUG #9074: prepared_xacts test freezes  (marco.atzeri@gmail.com)
Responses Re: BUG #9074: prepared_xacts test freezes
Re: BUG #9074: prepared_xacts test freezes
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax
Next
From: Marco Atzeri
Date:
Subject: Re: BUG #9074: prepared_xacts test freezes