Re: PostgreSQL 8.0.6 crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 8.0.6 crash
Дата
Msg-id 3836.1139513734@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.0.6 crash  (Greg Stark <gsstark@mit.edu>)
Ответы Re: PostgreSQL 8.0.6 crash  (Stephen Frost <sfrost@snowman.net>)
Re: PostgreSQL 8.0.6 crash  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> Except not quite, since I think an out of memory error still means that
> backend exits instead of just that query failing.

Not at all!  PG will recover from this perfectly well ... if it's given
the opportunity, rather than being SIGKILLed.

> It doesn't seem like a bad idea to have a max_memory parameter that if a
> backend ever exceeded it would immediately abort the current
> transaction.

See ulimit (or local equivalent).
        regards, tom lane


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: PostgreSQL 8.0.6 crash
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] Sequences/defaults and pg_dump