Re: disposition of remaining patches - Mailing list pgsql-hackers

From marcin mank
Subject Re: disposition of remaining patches
Date
Msg-id AANLkTinGf4-EFh+HEyiD+q1hR95VCtVE+egn-O7uq711@mail.gmail.com
Whole thread Raw
In response to Re: disposition of remaining patches  (Daniel Farina <daniel@heroku.com>)
Responses Re: disposition of remaining patches  (Daniel Farina <daniel@heroku.com>)
List pgsql-hackers
On Fri, Feb 25, 2011 at 9:14 AM, Daniel Farina <daniel@heroku.com> wrote:
>
> Right now, as it stands, the syncrep patch will be happy as soon as
> the data has been fsynced to either B or A-prime; I don't think we can
> guarantee at any point that A-prime can become the leader, and feed B.
>

- start A` up, replicating from A
- shutdown B (now A nad A` are synchronous)
now real quick:
- shut down A
- shut down A`
-change configuration
-start up A`
-start up B

Doesn`t this work?

Greetings
Marcin


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: WIP: cross column correlation ...
Next
From: Tom Lane
Date:
Subject: wCTE: why not finish sub-updates at the end, not the beginning?