]> granicus.if.org Git - postgresql/commit
Cascading replication feature for streaming log-based replication.
authorSimon Riggs <simon@2ndQuadrant.com>
Tue, 19 Jul 2011 02:40:03 +0000 (03:40 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Tue, 19 Jul 2011 02:40:03 +0000 (03:40 +0100)
commit5286105800c7d5902f98f32e11b209c471c0c69c
tree59a5793296a3af901f864a16748e944edbd900ac
parent3d4890c0c5d27dfdf7d1a8816d7bdcdba3c39d21
Cascading replication feature for streaming log-based replication.
Standby servers can now have WALSender processes, which can work with
either WALReceiver or archive_commands to pass data. Fully updated
docs, including new conceptual terms of sending server, upstream and
downstream servers. WALSenders terminated when promote to master.

Fujii Masao, review, rework and doc rewrite by Simon Riggs
doc/src/sgml/config.sgml
doc/src/sgml/high-availability.sgml
src/backend/access/transam/xlog.c
src/backend/postmaster/postmaster.c
src/backend/replication/basebackup.c
src/backend/replication/syncrep.c
src/backend/replication/walreceiver.c
src/backend/replication/walsender.c
src/include/access/xlog.h
src/include/replication/walsender.h