pgsql: Fix off-by-one in pg_xlogdump -r option.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix off-by-one in pg_xlogdump -r option.
Date: 2013-06-04 15:53:56
Message-ID: E1UjtYa-0005hg-CI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix off-by-one in pg_xlogdump -r option.

Because of the bug, -r would not accept the rmgr with the highest ID.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/79e15c7d86d3f781cc390a5a04db18254ce97b79

Modified Files
--------------
contrib/pg_xlogdump/pg_xlogdump.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-06-04 18:59:25 pgsql: Fix memory leak in LogStandbySnapshot().
Previous Message Tom Lane 2013-06-03 18:20:08 pgsql: Add semicolons to eval'd strings to hide a minor Perl behavioral