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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 79e15c7d86d3f781cc390a5a04db18254ce97b79
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-06-04T15:51:43Z
Releases: 9.3.0
Fix off-by-one in pg_xlogdump -r option.

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

Files

PathChange+/−
contrib/pg_xlogdump/pg_xlogdump.c modified +2 −2