Avoid file descriptor leak in pg_test_fsync.

Robert Haas <rhaas@postgresql.org>

Commit: 57ce746617b6d253602e4c34682d0a75408b3186
Author: Robert Haas <rhaas@postgresql.org>
Date: 2014-11-19T17:20:47Z
Releases: 9.2.10
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