Thread: pgsql: Avoid file descriptor leak in pg_test_fsync.

pgsql: Avoid file descriptor leak in pg_test_fsync.

From
Robert Haas
Date:
Avoid file descriptor leak in pg_test_fsync.

This can cause problems on Windows, where files that are still open
can't be unlinked.

Jeff Janes

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a0165553619107f990cb7872f4a9573598319581

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |    2 --
1 file changed, 2 deletions(-)