Re: Possible problem with pg_reload_conf() and view pg_settings

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: Possible problem with pg_reload_conf() and view pg_settings
Дата
Msg-id dkh9bu$qon$1@news.hub.org
обсуждение исходный текст
Ответ на Possible problem with pg_reload_conf() and view pg_settings  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Список pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> wrote
>
> Hmm, some delay in the signal being recognized in our Win32 signal
> implementation?  Why would that be?
>

I believe this is a disease for all platforms, not only Windows. This is 
because the signals are asynchoronized. Think when you returned from 
kill(SIGHUP), you can't suppose that Postmaster already got it. Now when you 
do your next command very fast, then there is a chance you didn't receive 
the forwarded SIGHUP from Postmaster. But windows does make the disease 
easier to be seen.

Regards,
Qingqing 




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Possible problem with pg_reload_conf() and view pg_settings
Следующее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: postgresql-8.1RC1 on Solaris 10, amd64x2