postgres/contrib/pg_xlogdump
Andres Freund 835a48702e 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.
2015-01-04 15:35:46 +01:00
..
.gitignore Add missing .gitignore file. 2013-02-26 15:58:34 -05:00
compat.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
Makefile Remove broken PGXS code for pg_xlogdump 2013-10-01 17:36:15 -03:00
pg_xlogdump.c Fix off-by-one in pg_xlogdump's fuzzy_open_file(). 2015-01-04 15:35:46 +01:00
rmgrdesc.c Fix compilation of pg_xlogdump, now that rm_safe_restartpoint is no more. 2014-03-18 22:23:00 +02:00
rmgrdesc.h pgindent run for release 9.3 2013-05-29 16:58:43 -04:00