pgsql: Send new protocol keepalive messages to standby servers.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Send new protocol keepalive messages to standby servers.
Дата
Msg-id E1Rgz4V-0006Z8-3r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Send new protocol keepalive messages to standby servers.
Allows streaming replication users to calculate transfer latency
and apply delay via internal functions. No external functions yet.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/64233902d22ba42846397cb7551894217522fad4

Modified Files
--------------
doc/src/sgml/protocol.sgml                 |   48 +++++++++++++++++++++
src/backend/access/transam/xlog.c          |   43 +++++++++++++++++++
src/backend/replication/walreceiver.c      |   47 ++++++++++++++++++++-
src/backend/replication/walreceiverfuncs.c |   63 ++++++++++++++++++++++++++++
src/backend/replication/walsender.c        |   42 ++++++++++++-------
src/include/access/xlog.h                  |    1 +
src/include/replication/walprotocol.h      |   22 ++++++++++
src/include/replication/walreceiver.h      |    8 ++++
8 files changed, 258 insertions(+), 16 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert "Remove troublesome Asserts in cost_mergejoin()."
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Fix Perl copyright script to skip .git subdirectory; running it