On Thu, Mar 3, 2011 at 09:14, YAMAMOTO Takashi <[email protected]> wrote: >>> i got the following with my application, which uses >>> PQsendPrepare+PQsendQueryPrepared for nearly everything >>> including ROLLBACK. > > here's a small test case.
I was able to reproduce the assertion failure. It looks we call CreatePortal for ROLLBACK, but don't invoke DropPortal nor AtAbort_Portals before AtCleanup_Portals. -- Itagaki Takahiro -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
