Re: BUG #9074: prepared_xacts test freezes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: marco(dot)atzeri(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9074: prepared_xacts test freezes
Date: 2014-02-03 06:31:33
Message-ID: 7794.1391409093@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marco Atzeri 2014-02-03 06:50:32 Re: BUG #9074: prepared_xacts test freezes
Previous Message Tom Lane 2014-02-03 00:00:26 Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax