Re: [pgsql-hackers-win32] [PATCHES] fork/exec patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [pgsql-hackers-win32] [PATCHES] fork/exec patch
Дата
Msg-id 3736.1071446251@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] fork/exec patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [pgsql-hackers-win32] [PATCHES] fork/exec patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> ... Maybe we need a per-backend array in
> shared memory just for those keys.  The postmaster has to keep those
> keys anyway, so moving into shared memory might be the right solution.

The postmaster's dependence on the contents of shared memory should
ideally be zero (and it is zero, or nearly so, at the moment).
Otherwise a backend crash that clobbers shared memory poses the risk of
taking down the postmaster as well.  We can't go in that direction.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Walker/mutator prototype.
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Resurrecting pg_upgrade