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

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Cascading replication feature for streaming log-based replicatio
Date: 2011-07-19 06:31:30
Message-ID: CAHGQGwFAGZKxxMt=EGcxhhD+G8NpeeQ6Hew3Nqp69BpXity16A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Jul 19, 2011 at 11:44 AM, Simon Riggs <simon(at)2ndquadrant(dot)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 Content-Type Size
new_guc_category_v1.patch text/x-patch 4.2 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-07-19 08:01:27 pgsql: Introduce sending servers as new category for replication params
Previous Message Peter Eisentraut 2011-07-19 05:17:16 pgsql: Change debug message from ereport to elog

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2011-07-19 06:38:35 range types and ip4r
Previous Message Peter Eisentraut 2011-07-19 06:18:19 include host names in hba error messages