Thread: Re: [COMMITTERS] pgsql: Cascading replication feature for streaming log-based replicatio

On Tue, Jul 19, 2011 at 11:44 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
> Cascading replication feature for streaming log-based replication.
> Standby servers can now have WALSender processes, which can work with
> either WALReceiver or archive_commands to pass data. Fully updated
> docs, including new conceptual terms of sending server, upstream and
> downstream servers. WALSenders terminated when promote to master.
>
> Fujii Masao, review, rework and doc rewrite by Simon Riggs

Thanks a lot for the commit!

You added new GUC category "Sending Server(s)" into the doc. According to
this change, we need to change also guc.c and postgresql.conf.sample.
Attached patch does that.

Regards,

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

Attachment
On Tue, Jul 19, 2011 at 7:31 AM, Fujii Masao <masao.fujii@gmail.com> wrote:
> On Tue, Jul 19, 2011 at 11:44 AM, Simon Riggs <simon@2ndquadrant.com> wrote:
>> Cascading replication feature for streaming log-based replication.
>> Standby servers can now have WALSender processes, which can work with
>> either WALReceiver or archive_commands to pass data. Fully updated
>> docs, including new conceptual terms of sending server, upstream and
>> downstream servers. WALSenders terminated when promote to master.
>>
>> Fujii Masao, review, rework and doc rewrite by Simon Riggs
>
> Thanks a lot for the commit!
>
> You added new GUC category "Sending Server(s)" into the doc. According to
> this change, we need to change also guc.c and postgresql.conf.sample.
> Attached patch does that.

Applied

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services