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.