Re: postmaster segfaults with HUGE table

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: postmaster segfaults with HUGE table
Дата
Msg-id 1100577659.23420.68.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: postmaster segfaults with HUGE table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, 2004-11-15 at 21:08 -0500, Tom Lane wrote:
> Are we going to try to test whether the behavior is appropriate when
> running out of memory to store the tlist?

We absolutely should: segfaulting on OOM is not acceptable behavior.
Testing that we recover safely when palloc() elogs (or _any_ routine
elogs) would be a good idea. I'd guess model checking would help here.

-Neil




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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Database reverse engineering
Следующее
От: Neil Conway
Дата:
Сообщение: Re: GiST: PickSplit and multi-attr indexes