]> granicus.if.org Git - postgresql/commit
Fix off-by-one in pg_xlogdump -r option.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 4 Jun 2013 15:51:43 +0000 (18:51 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 4 Jun 2013 15:51:43 +0000 (18:51 +0300)
commit79e15c7d86d3f781cc390a5a04db18254ce97b79
treeef9aa6e7b3d60c0b1da8ade76807384bf92d9a3a
parent035a5e1e8c346efe25df6be4627b5f24cc3736b1
Fix off-by-one in pg_xlogdump -r option.

Because of the bug, -r would not accept the rmgr with the highest ID.
contrib/pg_xlogdump/pg_xlogdump.c