postgresql/src/include/replication
Heikki Linnakangas b186523fd9 Send status updates back from standby server to master, indicating how far
the standby has written, flushed, and applied the WAL. At the moment, this
is for informational purposes only, the values are only shown in
pg_stat_replication system view, but in the future they will also be needed
for synchronous replication.

Extracted from Simon riggs' synchronous replication patch by Robert Haas, with
some tweaking by me.
2011-02-10 21:04:02 +02:00
..
basebackup.h Make walsender options order-independent 2011-01-23 23:39:18 +01:00
replnodes.h Make walsender options order-independent 2011-01-23 23:39:18 +01:00
walprotocol.h Send status updates back from standby server to master, indicating how far 2011-02-10 21:04:02 +02:00
walreceiver.h Send status updates back from standby server to master, indicating how far 2011-02-10 21:04:02 +02:00
walsender.h Send status updates back from standby server to master, indicating how far 2011-02-10 21:04:02 +02:00