If pg_test_fsync is interrupted, clean up the temp file.
authorRobert Haas <rhaas@postgresql.org>
Fri, 9 Dec 2011 20:05:48 +0000 (15:05 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 9 Dec 2011 20:06:46 +0000 (15:06 -0500)
commitab7d4213f93f0ef0e45b9b9343725974f196b091
tree17e9e7f1d9d4210d651482d4ecf8d14dbfeee3e5
parent5bcf8ede45c780e4ac394397bd0413118f3a162f
If pg_test_fsync is interrupted, clean up the temp file.

Marti Raudsepp, with additional paranoia by me.
contrib/pg_test_fsync/pg_test_fsync.c