pgsql: Allow bidirectional copy messages in streaming replication mode.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Allow bidirectional copy messages in streaming replication mode.
Дата
Msg-id E1PRQYj-0006ts-Du@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Allow bidirectional copy messages in streaming replication mode.
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Add required new port files to MSVC builds.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Provide a complete set of file-permission-bit macros in win32.h.