]> granicus.if.org Git - postgresql/commit
Fix pg_file_write() error handling.
authorNoah Misch <noah@leadboat.com>
Sun, 12 Mar 2017 23:35:31 +0000 (19:35 -0400)
committerNoah Misch <noah@leadboat.com>
Sun, 12 Mar 2017 23:36:28 +0000 (19:36 -0400)
commit0276da5eb31e9e6bf2d038ec5712b0b378904a70
treead1a0433a95f92006f8b26b33885b9e8f4130897
parentc4613c3f496957ee5a203674bab66a5e53d06834
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).
contrib/adminpack/adminpack.c