Fix off-by-one in pg_xlogdump's fuzzy_open_file().

Andres Freund <andres@anarazel.de>

Commit: f0e2770956a8a6975dd70dd0bc3fdec073b50493
Author: Andres Freund <andres@anarazel.de>
Date: 2015-01-04T14:35:47Z
Releases: 9.3.6
Fix off-by-one in pg_xlogdump's fuzzy_open_file().

In the unlikely case of stdin (fd 0) being closed, the off-by-one
would lead to pg_xlogdump failing to open files.

Spotted by Coverity.

Backpatch to 9.3 where pg_xlogdump was introduced.

Files

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