Re: Revised patch for fixing archiver shutdown behavior

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Revised patch for fixing archiver shutdown behavior
Дата
Msg-id 21953.1199925554@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Revised patch for fixing archiver shutdown behavior  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Hmm, so the postmaster is gone during the last archiving cycle?  What
> about syslogger?  Is the archiver able to log stuff in the last cycle?

The logger is no problem --- it quits when it sees EOF on its input
pipe, which means that all upstream processes are gone.

> The comment in line 2180 seems a bit bogus ...?

Yeah, that could use a bit more work I guess, since "normal children"
sounds like it would refer to more than just backends.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Revised patch for fixing archiver shutdown behavior
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Revised patch for fixing archiver shutdown behavior