From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Include more status information in walsender results |
Date: | 2011-02-03 12:56:48 |
Message-ID: | E1Pkyjw-0003wD-8r@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2011-02-03 15:47:10 | pgsql: Simplify code used in is_absolute_path() macro; also add commen |
Previous Message | Magnus Hagander | 2011-02-03 10:27:01 | pgsql: Fix typo. |
From | Date | Subject | |
---|---|---|---|
Next Message | Thom Brown | 2011-02-03 13:32:51 | Re: Issues with generate_series using integer boundaries |
Previous Message | Alexey Klyukin | 2011-02-03 12:23:32 | Re: arrays as pl/perl input arguments [PATCH] |