]> granicus.if.org Git - postgresql/commit
Send new protocol keepalive messages to standby servers.
authorSimon Riggs <simon@2ndQuadrant.com>
Sat, 31 Dec 2011 13:30:26 +0000 (13:30 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Sat, 31 Dec 2011 13:30:26 +0000 (13:30 +0000)
commit64233902d22ba42846397cb7551894217522fad4
tree3d486d3a79b1ad543d99d726da4180e375437601
parent2ae2e9c00798685cd75ea0cc5120466bf2027b90
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.
doc/src/sgml/protocol.sgml
src/backend/access/transam/xlog.c
src/backend/replication/walreceiver.c
src/backend/replication/walreceiverfuncs.c
src/backend/replication/walsender.c
src/include/access/xlog.h
src/include/replication/walprotocol.h
src/include/replication/walreceiver.h