Re: emergency outage requiring database restart

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: emergency outage requiring database restart
Дата
Msg-id 20161026204855.hdziurey5lfwytvj@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: emergency outage requiring database restart  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
On 2016-10-26 15:06:34 -0500, Jim Nasby wrote:
> Removing the exec might "solve" the problem here, assuming that the
> forked process doesn't still inherit all open FH's.

Unless you explicitly close fds or use FD_CLOEXEC when opening fds
they'll be inherited forever.



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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: emergency outage requiring database restart
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: Fast Default WIP patch for discussion