pgsql: Allow bidirectional copy messages in streaming replication mode. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Allow bidirectional copy messages in streaming replication mode.
Date
Msg-id E1PRQYj-0006ts-Du@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Allow bidirectional copy messages in streaming replication mode.  (Jaime Casanova <jaime@2ndquadrant.com>)
List 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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Add required new port files to MSVC builds.
Next
From: Tom Lane
Date:
Subject: pgsql: Provide a complete set of file-permission-bit macros in win32.h.