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

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

From
Heikki Linnakangas
Date:
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(-)