Ensure that close() and fclose() are checked for errors, at least in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c77f363384c3f4a6bbc73f501d2459e94382a30b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-01-26T22:35:32Z
Releases: 8.0.0
Ensure that close() and fclose() are checked for errors, at least in
cases involving writes.  Per recent discussion about the possibility
of close-time failures on some filesystems.  There is a TODO item for
this, too.

Files