]> granicus.if.org Git - postgresql/commit
Add a message type header to the CopyData messages sent from primary
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 3 Feb 2010 09:47:19 +0000 (09:47 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 3 Feb 2010 09:47:19 +0000 (09:47 +0000)
commit808969d0e7ac2d2fdbd915c6a6ac9ec68b6f63f9
tree0215738e25ef02df0eedee365a6a38ca57f7df37
parent47c5b8f5588da67a95dca8cb14b2bc1b7f291e15
Add a message type header to the CopyData messages sent from primary
to standby in streaming replication. While we only have one message type
at the moment, adding a message type header makes this easier to extend.
doc/src/sgml/protocol.sgml
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
src/backend/replication/walreceiver.c
src/backend/replication/walsender.c
src/include/replication/walreceiver.h