Re: Snapshot warning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Snapshot warning
Дата
Msg-id 4034.1227551245@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:
> Tom Lane escribió:
>> 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.

> Right :-(  I'll see how to go about this.

It strikes me that you might be able to remove the registered-snapshot
infrastructure in snapmgr.c, and end up with about the same amount of
code overall, just with the responsibility in resowner.c.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Snapshot warning
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Visibility map, partial vacuums