Fix pg_file_write() error handling.

Noah Misch <noah@leadboat.com>

Commit: 0276da5eb31e9e6bf2d038ec5712b0b378904a70
Author: Noah Misch <noah@leadboat.com>
Date: 2017-03-12T23:36:28Z
Releases: 9.2.21
Fix pg_file_write() error handling.

Detect fclose() failures; given "ln -s /dev/full $PGDATA/devfull",
"pg_file_write('devfull', 'x', true)" now fails as it should.  Don't
leak a stream when fwrite() fails.  Remove a born-ineffective test that
aimed to skip zero-length writes.  Back-patch to 9.2 (all supported
versions).

Files

PathChange+/−
contrib/adminpack/adminpack.c modified +7 −12