Re: Switching timeline over streaming replication - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Switching timeline over streaming replication
Date
Msg-id 008501cd9b24$8d5af9d0$a810ed70$@kapila@huawei.com
Whole thread Raw
In response to Re: Switching timeline over streaming replication  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
> On Tuesday, September 25, 2012 6:29 PM Heikki Linnakangas wrote:
> On 25.09.2012 10:08, Heikki Linnakangas wrote:
> > On 24.09.2012 16:33, Amit Kapila wrote:
> >> In any case, it will be better if you can split it into multiple
> patches:
> >> 1. Having new functionality of "Switching timeline over streaming
> >> replication"
> >> 2. Refactoring related changes.
> >>
> >> It can make my testing and review for new feature patch little
> easier.
> >
> > Yep, I'll go ahead and split the patch. Thanks!
> 
> Ok, here you go. xlog-c-split-1.patch contains the refactoring of
> existing code, with no user-visible changes.
> streaming-tli-switch-2.patch applies over xlog-c-split-1.patch, and
> contains the new functionality.

Thanks, it will make my review easier than previous.

With Regards,
Amit Kapila.






pgsql-hackers by date:

Previous
From: Brian Weaver
Date:
Subject: Re: Patch: incorrect array offset in backend replication tar header
Next
From: Heikki Linnakangas
Date:
Subject: Re: Re: [WIP] Performance Improvement by reducing WAL for Update Operation