BUG #9074: prepared_xacts test freezes

From: marco(dot)atzeri(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9074: prepared_xacts test freezes
Date: 2014-02-02 18:13:23
Message-ID: 20140202181323.8089.65410@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 9074
Logged by: Marco Atzeri
Email address: marco(dot)atzeri(at)gmail(dot)com
PostgreSQL version: 9.3.2
Operating system: cygwin
Description:

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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-02-03 00:00:26 Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax
Previous Message Marko Tiikkaja 2014-02-02 16:48:51 Re: BUG #8870: PL/PgSQL, SELECT .. INTO and the number of result columns