Re: Streaming replication, retrying from archive - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Streaming replication, retrying from archive
Date
Msg-id 3f0b79eb1001140843r42df0b9bt765991a048181f07@mail.gmail.com
Whole thread Raw
In response to Re: Streaming replication, retrying from archive  (Dimitri Fontaine <dfontaine@hi-media.com>)
Responses Re: Streaming replication, retrying from archive  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-hackers
On Fri, Jan 15, 2010 at 1:06 AM, Dimitri Fontaine
<dfontaine@hi-media.com> wrote:
> Did I mention my viewpoint on that already?
>  http://archives.postgresql.org/pgsql-hackers/2009-07/msg00943.php

>  0. base: slave asks the master for a base-backup, at the end of this it
>     reaches the base-lsn

What if the WAL file including the archive recovery starting location has
been removed from the primary's pg_xlog before the end of online-backup
(i.e., the procedure 0)? Where should the standby get such a WAL file from?
How?

Regards,

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


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Streaming replication, retrying from archive
Next
From: Tom Lane
Date:
Subject: EXPLAIN, utility statement parameters, and recent plpgsql changes