Fix pg_file_write() error handling.

Noah Misch <noah@leadboat.com>

Commit: 4b2669ada6cb03c08eba21013321c8b2b412eaa1
Author: Noah Misch <noah@leadboat.com>
Date: 2017-03-12T23:36:06Z
Releases: 9.4.12
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