Обсуждение: pgsql: Allow bidirectional copy messages in streaming replication mode.

Поиск
Список
Период
Сортировка

pgsql: Allow bidirectional copy messages in streaming replication mode.

От
Robert Haas
Дата:
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(-)


Re: pgsql: Allow bidirectional copy messages in streaming replication mode.

От
Jaime Casanova
Дата:
On Sat, Dec 11, 2010 at 9:36 AM, Robert Haas <rhaas@postgresql.org> wrote:
> Allow bidirectional copy messages in streaming replication mode.
>

in /doc/src/sgml/protocol.sgml

+    until the connection is terminated.  See see <xref
+    linkend="protocol-replication">.
    </para>

Note the double "see"

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte y capacitación de PostgreSQL

Re: pgsql: Allow bidirectional copy messages in streaming replication mode.

От
Alvaro Herrera
Дата:
Excerpts from Jaime Casanova's message of dom dic 19 20:22:42 -0300 2010:
> On Sat, Dec 11, 2010 at 9:36 AM, Robert Haas <rhaas@postgresql.org> wrote:
> > Allow bidirectional copy messages in streaming replication mode.
> >
>
> in /doc/src/sgml/protocol.sgml
>
> +    until the connection is terminated.  See see <xref
> +    linkend="protocol-replication">.
>     </para>
>
> Note the double "see"

Fixed, thanks

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support