Re: Snapshot warning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Snapshot warning
Дата
Msg-id 2405.1227542852@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Snapshot warning  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Snapshot warning  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Pavan Deolasee escribi�:
>> Should we call FreeQueryDesc() even for failed portals in PortalCleanup() ?
>> Or PortalDrop() is a better(right) place to do that ?

> That doesn't work; doing it causes a crash:

I think the fundamental bug here is that you tried to skip using the
ResourceOwner mechanism for snapshot references.  That's basically
not gonna work.
        regards, tom lane


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Visibility map, partial vacuums
Следующее
От: "Lawrence, Ramon"
Дата:
Сообщение: Re: Proposed Patch to Improve Performance of Multi-Batch Hash Join for Skewed Data Sets