Re: GUC patch for Win32

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GUC patch for Win32
Дата
Msg-id 19867.1052402390@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GUC patch for Win32  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
I said:
> That way the file never changes after postmaster start and there can
> be no race condition.  Children will instead have to read
> postgresql.conf for themselves during their launch (after they read the
> nondefault_variables file), but that's an easy one-line addition.

On second thought, that just moves the race condition upstream (to the
person editing postgresql.conf) ... so never mind that idea.  We don't
want any part of Postgres reading postgresql.conf except shortly after
someone has SIGHUP'd the postmaster.

But I'm still wondering if the order of operations in SIGHUP_handler is
wrong.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GUC patch for Win32
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: GUC patch for Win32