Avoid file descriptor leak in pg_test_fsync.

Robert Haas <rhaas@postgresql.org>

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