Re: [BUG] lo_open() makes a warning/falls to an assertion

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [BUG] lo_open() makes a warning/falls to an assertion
Дата
Msg-id 20081202141311.GG5672@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [BUG] lo_open() makes a warning/falls to an assertion  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: [BUG] lo_open() makes a warning/falls to an assertion  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera wrote:

> I think the solution is to have each large object have its own
> ResourceOwner, and store the snapshot in it.  Otherwise the snapshot is
> left in the calling query's resowner, which is not good.

Turns out to be overkill.  This patch solves the problem, by using the
transaction's resowner.  I'm now going to check if we need something
similar elsewhere.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCHES] GIN improvements
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: PiTR and other architectures....