Send status updates back from standby server to master, indicating how far

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: b186523fd97ce02ffbb7e21d5385a047deeef4f6
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-02-10T19:04:02Z
Releases: 9.1.0
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.

Files