Re: unchecked out of memory in postmaster.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unchecked out of memory in postmaster.c
Дата
Msg-id 17416.1239071887@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: unchecked out of memory in postmaster.c  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> If you're really intent on doing something about this, my inclination
>> would be to get rid of the dependence on DLNewElem altogether.  Add
>> a Dlelem field to the Backend struct and use DLInitElem (compare
>> the way catcache uses that module).

> Hmm, yeah, I had seen that code.  So it looks like this instead.

Looks a lot nicer to me ...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: more on out-of-memory
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: default parameters for built-in functions (was Re: Documentation Update: Document pg_start_backup checkpoint behavior)