Re: GUC patch for Win32

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GUC patch for Win32
Дата
Msg-id 29030.1052416197@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GUC patch for Win32  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: GUC patch for Win32  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Jan Wieck <JanWieck@Yahoo.com> writes:
> If the user changes the config and HUP's the postmaster, postmaster
> rereads the config and merges only those changes, that are changable at
> runtime into it's status. From that status it creates the new file,
> renames, HUP's the backends and they reread that file.

That just moves any potential race conditions to another place, doesn't it?
How's reading this file any safer than reading postgresql.conf?  If the
PM gets a second SIGHUP in quick succession, it could be rewriting the
intermediate file while backends are trying to read it.

            regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: GUC patch for Win32
Следующее
От: Bruce Momjian
Дата:
Сообщение: Cleanup of shared memory attach