pgsql: Teach pg_controldata and pg_resetxlog about the new backupEndReq

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Teach pg_controldata and pg_resetxlog about the new backupEndReq
Date: 2011-08-17 09:37:28
Message-ID: E1QtcYy-0000iu-SJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Teach pg_controldata and pg_resetxlog about the new backupEndRequired field
in control file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a1a847d31f37b8063d8478b56e07856d53132b05

Modified Files
--------------
src/bin/pg_controldata/pg_controldata.c | 2 ++
src/bin/pg_resetxlog/pg_resetxlog.c | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-08-17 11:08:16 pgsql: Translation updates
Previous Message Magnus Hagander 2011-08-17 09:02:36 pgsql: Adjust wording now that estimated size can increase