Include more status information in walsender results
Magnus Hagander <magnus@hagander.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/protocol.sgml | modified | +36 −8 |
| src/backend/replication/basebackup.c | modified | +39 −0 |
| src/backend/replication/walsender.c | modified | +23 −4 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +69 −1 |