pgsql: Allow bidirectional copy messages in streaming replication mode.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow bidirectional copy messages in streaming replication mode.
Date: 2010-12-11 14:36:25
Message-ID: E1PRQYj-0006ts-Du@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow bidirectional copy messages in streaming replication mode.

Fujii Masao. Review by Alvaro Herrera, Tom Lane, and myself.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d3d414696f39e2b57072fab3dd4fa11e465be4ed

Modified Files
--------------
doc/src/sgml/libpq.sgml | 10 ++
doc/src/sgml/protocol.sgml | 98 ++++++++++++++++++-
.../libpqwalreceiver/libpqwalreceiver.c | 22 ++++-
src/backend/replication/walreceiver.c | 3 +-
src/backend/replication/walsender.c | 4 +-
src/include/replication/walreceiver.h | 3 +
src/interfaces/libpq/fe-exec.c | 27 +++++-
src/interfaces/libpq/fe-protocol2.c | 4 +
src/interfaces/libpq/fe-protocol3.c | 18 +++-
src/interfaces/libpq/libpq-fe.h | 1 +
src/interfaces/libpq/libpq-int.h | 3 +-
11 files changed, 172 insertions(+), 21 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-12-11 15:27:07 Re: [COMMITTERS] pgsql: Use symbolic names not octal constants for file permission flags
Previous Message Magnus Hagander 2010-12-11 13:20:08 pgsql: Add required new port files to MSVC builds.