Re: max_standby_delay considered harmful - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: max_standby_delay considered harmful
Date
Msg-id AANLkTimdw83ZaLdwNDXv1nCcTrOOSun5guXu0yDypGCz@mail.gmail.com
Whole thread Raw
In response to Re: max_standby_delay considered harmful  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: max_standby_delay considered harmful
List pgsql-hackers
On Thu, May 13, 2010 at 4:55 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> I am wondering if we are not correctly handling the case where we get
> a shutdown request while we are still in the PM_STARTUP state.  It
> looks like we might go ahead and switch to PM_RECOVERY and then
> PM_RECOVERY_CONSISTENT without noticing the shutdown.  There is some
> logic to handle the shutdown when the startup process exits, but if
> the startup process never exits it looks like we might get stuck.

Right. I reported this problem and submitted the patch before.
http://archives.postgresql.org/pgsql-hackers/2010-04/msg00592.php

Stefan,
Could you check whether the patch fixes the problem you encountered?

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Stefan's bug (was: max_standby_delay considered harmful)
Next
From: Robert Haas
Date:
Subject: Re: comment needs to be updated for HS?