Avoid file descriptor leak in pg_test_fsync.

Robert Haas <rhaas@postgresql.org>

Commit: a0165553619107f990cb7872f4a9573598319581
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-11-19T17:06:24Z
Releases: 9.5.0
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

Files

PathChange+/−
contrib/pg_test_fsync/pg_test_fsync.c modified +0 −2