Re: BUG #15804: Assertion failure when using logging_collector withEXEC_BACKEND

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #15804: Assertion failure when using logging_collector withEXEC_BACKEND
Дата
Msg-id 20190910053923.GC11737@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #15804: Assertion failure when using logging_collector with EXEC_BACKEND  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #15804: Assertion failure when using logging_collector with EXEC_BACKEND
Список pgsql-bugs
On Tue, Sep 10, 2019 at 01:28:51AM -0400, Tom Lane wrote:
> But the external PID file is a different story.  I can believe that
> something might be expecting the sockets to be open before we create
> that file --- and since we're not using that file for an interlock,
> there's no reason to be in a hurry to create it.  I think it'd make
> sense to move that step further down, so it's still done after the
> create-sockets step.

That's the actual take here.  We cannot assume that nobody is relying
on that.  If they do, it could be tricky to rework this logic.  Moving
the external file write a bit later does not sound like a bad thing in
itself to keep more consistency with the past.
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15804: Assertion failure when using logging_collector with EXEC_BACKEND
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15998: query to return a table column list gives error on a missing foreign data wrapper library