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

From Heikki Linnakangas
Subject pgsql: Fix off-by-one in pg_xlogdump -r option.
Date
Msg-id E1UjtYa-0005hg-CI@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add semicolons to eval'd strings to hide a minor Perl behavioral
Next
From: Tom Lane
Date:
Subject: pgsql: Fix memory leak in LogStandbySnapshot().