Re: [HACKERS] Assertion failure in AtCleanup_Portals

2012-02-15 Thread Tom Lane
Pavan Deolasee pavan.deola...@gmail.com writes: On Tue, Feb 7, 2012 at 3:03 AM, Tom Lane t...@sss.pgh.pa.us wrote: Hmm. It works fine if you issue an actual ROLLBACK command there, so my gut reaction is that AbortOutOfAnyTransaction isn't sufficiently duplicating the full-fledged ROLLBACK

Re: [HACKERS] Assertion failure in AtCleanup_Portals

2012-02-07 Thread Pavan Deolasee
On Tue, Feb 7, 2012 at 3:03 AM, Tom Lane t...@sss.pgh.pa.us wrote: Pavan Deolasee pavan.deola...@gmail.com writes: If I run the following sequence of commands, I get an assertion failure in current HEAD. postgres=# BEGIN; BEGIN postgres=# SELECT 1/0; ERROR:  division by zero postgres=#

Re: [HACKERS] Assertion failure in AtCleanup_Portals

2012-02-06 Thread Tom Lane
Pavan Deolasee pavan.deola...@gmail.com writes: If I run the following sequence of commands, I get an assertion failure in current HEAD. postgres=# BEGIN; BEGIN postgres=# SELECT 1/0; ERROR: division by zero postgres=# ROLLBACK TO A; ERROR: no such savepoint postgres=# \q The process

[HACKERS] Assertion failure in AtCleanup_Portals

2012-02-03 Thread Pavan Deolasee
If I run the following sequence of commands, I get an assertion failure in current HEAD. postgres=# BEGIN; BEGIN postgres=# SELECT 1/0; ERROR: division by zero postgres=# ROLLBACK TO A; ERROR: no such savepoint postgres=# \q The process fails when the session is closed and aborted transaction