| From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
|---|---|
| To: | Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
| Subject: | Re: Clean shutdown and warm standby |
| Date: | 2009-04-09 09:47:07 |
| Message-ID: | 3f0b79eb0904090247u1d6b7476rd2259332ff251260@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On Thu, Apr 9, 2009 at 6:36 PM, Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com> wrote:
> On Thu, Apr 9, 2009 at 5:00 AM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>> RequestXLogSwitch() doesn't wait until the switched WAL file has
>> actually been archived. So, some WAL files still may not exist in
>> the standby server also after clean shutdown of the primary.
>
> Thanks for your comment.
>
> RequestXLogSwitch() doesn't wait for archiving but the shutdown
> process takes care of it AFAICS.
Oh, you are right. I completely forgot about it :(
Regards,
--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gregory Stark | 2009-04-09 09:55:40 | Translation conventions |
| Previous Message | Guillaume Smet | 2009-04-09 09:36:23 | Re: Clean shutdown and warm standby |