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.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=76129e7f14b4605db0a046e13abef0e255ffe007
Modified Files
--------------
doc/src/sgml/protocol.sgml | 44 +++++++++++++++++----
src/backend/replication/basebackup.c | 39 ++++++++++++++++++
src/backend/replication/walsender.c | 27 +++++++++++--
src/bin/pg_basebackup/pg_basebackup.c | 70 ++++++++++++++++++++++++++++++++-
4 files changed, 167 insertions(+), 13 deletions(-)
Responses
pgsql-hackers by date
| Next: | From: Thom Brown | Date: 2011-02-03 13:32:51 |
| Subject: Re: Issues with generate_series using integer boundaries |
| Previous: | From: Alexey Klyukin | Date: 2011-02-03 12:23:32 |
| Subject: Re: arrays as pl/perl input arguments [PATCH] |
pgsql-committers by date
| Next: | From: Bruce Momjian | Date: 2011-02-03 15:47:10 |
| Subject: pgsql: Simplify code used in is_absolute_path() macro; also add commen |
| Previous: | From: Magnus Hagander | Date: 2011-02-03 10:27:01 |
| Subject: pgsql: Fix typo. |