Re: Synchronous replication patch v1 - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Synchronous replication patch v1
Date
Msg-id 3f0b79eb0811100145w3d19add2q38c576eab4a6e619@mail.gmail.com
Whole thread Raw
In response to Re: Synchronous replication patch v1  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
List pgsql-hackers
Hi, Pavan,

On Thu, Nov 6, 2008 at 9:35 PM, Pavan Deolasee <pavan.deolasee@gmail.com> wrote:
> On Thu, Nov 6, 2008 at 2:12 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
>>
>> If the database whose timeline is the same as the primary's
>> exists in the standby, 2)3) getting new online-backup is not
>> necessary. For example, after the standby falls down, the
>> database at that time is applicable to restart it.
>>
>>
>
> If I remember correctly, when postgres finishes its recovery, it
> increments the timeline. If this is true, whenever ACT fails and SBY
> becomes primary, SBY would increment its timeline. So when the former
> ACT comes back and joins the replication as SBY, would it need to get
> a fresh backup before it can join as SBY ?

PITR from not online backup is tricky in the first place. We might not be
able to support the catch-up without a fresh online backup officially..

Furthermore, there is another problem. Please see the following mail.
http://archives.postgresql.org/pgsql-hackers/2008-09/msg00964.php

Regards,

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


pgsql-hackers by date:

Previous
From: "Fujii Masao"
Date:
Subject: Re: Walsender process patch v1 for Synch Rep
Next
From: KaiGai Kohei
Date:
Subject: Updates of SE-PostgreSQL 8.4devel patches (r1206)