Re: BUG #5906: assertion failure in AtCleanup_Portals

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5906: assertion failure in AtCleanup_Portals
Дата
Msg-id 12452.1299175531@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5906: assertion failure in AtCleanup_Portals  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I wrote:
> We could revert the addition of the "cleanup == NULL" assert in
> AtCleanup_Portals, but I'm still feeling that that assertion is a good
> thing.  Maybe the cleanest fix is to have PortalRun do something to run
> the cleanup hook where it does this:
>                 /* Prevent portal's commands from being re-executed */
>                 portal->status = PORTAL_DONE;

Fixed that way.  Thanks for the report!

            regards, tom lane

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: BUG #5867: wish: plpgsql print table for debug
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5867: wish: plpgsql print table for debug