Re: BUG #5906: assertion failure in AtCleanup_Portals

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: BUG #5906: assertion failure in AtCleanup_Portals
Дата
Msg-id AANLkTi=PisvmjhrE2oxJQN1G+g8Sg9fSe_Gg==HHpbES@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #5906: assertion failure in AtCleanup_Portals  (yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi))
Ответы Re: BUG #5906: assertion failure in AtCleanup_Portals  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Thu, Mar 3, 2011 at 09:14, YAMAMOTO Takashi <yamt@mwd.biglobe.ne.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #5910: Function pg_get_expr throwing error for non superuser
Следующее
От: Robert Haas
Дата:
Сообщение: Re: can't build contrib/uuid-ossp