Avoid file descriptor leak in pg_test_fsync.

Robert Haas <rhaas@postgresql.org>

Commit: 8cf825974cd10323013f3be0ed1cd35176fbe364
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-11-19T17:14:22Z
Releases: 9.3.6
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