Re: BUG #5906: assertion failure in AtCleanup_Portals

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: YAMAMOTO Takashi <yamt(at)mwd(dot)biglobe(dot)ne(dot)jp>
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5906: assertion failure in AtCleanup_Portals
Date: 2011-03-03 13:02:46
Message-ID: AANLkTi=PisvmjhrE2oxJQN1G+g8Sg9fSe_Gg==HHpbES@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Mar 3, 2011 at 09:14, YAMAMOTO Takashi <yamt(at)mwd(dot)biglobe(dot)ne(dot)jp> 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2011-03-03 14:33:53 Re: can't build contrib/uuid-ossp
Previous Message Heikki Linnakangas 2011-03-03 11:21:03 Re: BUG #5910: Function pg_get_expr throwing error for non superuser