Re: pg crashing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg crashing
Дата
Msg-id 3965.1214979983@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg crashing  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: pg crashing  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-general
Magnus Hagander <magnus@hagander.net> writes:
> Tom Lane wrote:
>> Another problem is that postmaster children that do
>> PGSharedMemoryDetach will still have valid inherited handles for
>> the shmem segment --- does that factor into the behavior?  It looks
>> to me like the CloseHandle ought to be in PGSharedMemoryDetach.

> Not as long as the processes die. If they die, their handles go with
> them, and once the reference count goes to zero, the object goes away.

But the syslogger process (and maybe others) is *not* supposed to die.

            regards, tom lane

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

Предыдущее
От: Bjørn T Johansen
Дата:
Сообщение: Target lists can have at most 1664 entries?
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pg crashing