Re: pending patch: Re: HS/SR and smart shutdown

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pending patch: Re: HS/SR and smart shutdown
Дата
Msg-id 603c8f071003301747m30dd8af3l1d3e21b82ae267c8@mail.gmail.com
обсуждение исходный текст
Ответ на pending patch: Re: HS/SR and smart shutdown  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: pending patch: Re: HS/SR and smart shutdown  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On Tue, Mar 30, 2010 at 5:09 AM, Fujii Masao <masao.fujii@gmail.com> wrote:
> I rebased the patch to HEAD. Is the patch still required for 9.0?
> If not, I'd remove the open item of the smart shutdown during
> recovery.

I am by no means an expert on this area of the code, but in the
interest of moving things along I reviewed this patch tonight.

1. I wonder if there is a problem if we receive SIGINT while in the
PM_WAIT_READONLY state?  Seems to me that might need to be added to
the if statement beginning at line 2212, in pmdie().

2. It appears to me that HandleChildCrash() needs to switch to
PM_WAIT_BACKENDS state if it's in PM_WAIT_READONLY when the child
crash occurs - i.e. the if statement beginning at line 2772 needs
updating.

Thoughts?

...Robert


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: GSoC
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Proposal: Add JSON support