Re: Failure while inserting parent tuple to B-tree is not fun

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Failure while inserting parent tuple to B-tree is not fun
Дата
Msg-id 27241.1395175632@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Failure while inserting parent tuple to B-tree is not fun  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> Yeah, it's a bit silly that each resource manager has to do that on 
> their own. It would be useful to have a memory context that was 
> automatically reset between each WAL record. In fact that should 
> probably be the default memory context you run the WAL redo routines in.

+1

> But even if we do that, I'm not in a hurry to remove rm_startup/cleanup. 
> They seem generally useful, even if they're not actually used for much 
> anymore.

Agreed; they aren't hurting us and they could be useful.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Wiki Page Draft for upcoming release
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Windows build patch