]> granicus.if.org Git - postgresql/commit
Include more status information in walsender results
authorMagnus Hagander <magnus@hagander.net>
Thu, 3 Feb 2011 12:46:23 +0000 (13:46 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 3 Feb 2011 12:46:23 +0000 (13:46 +0100)
commit76129e7f14b4605db0a046e13abef0e255ffe007
tree90c1ad0ea4f601454399d4b8f4ca3d1cc13035da
parentf001cb38b67b0f2f5f4cfd1e32f86866da8c8693
Include more status information in walsender results

Add the current xlog insert location to the response of
IDENTIFY_SYSTEM, and adds result sets containing start
and stop location of backups to BASE_BACKUP responses.
doc/src/sgml/protocol.sgml
src/backend/replication/basebackup.c
src/backend/replication/walsender.c
src/bin/pg_basebackup/pg_basebackup.c