Fix pg_file_write() error handling.

Noah Misch <noah@leadboat.com>

Commit: 08c6d42c8c63c62aeaaf71cd6375baef798c5924
Author: Noah Misch <noah@leadboat.com>
Date: 2017-03-12T23:35:49Z
Releases: 9.6.3
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