]> granicus.if.org Git - postgresql/commit
Suppress -Wunused-result warnings about write(), again.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Jun 2016 15:29:20 +0000 (11:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 3 Jun 2016 15:29:38 +0000 (11:29 -0400)
commit6c72a28e5ce36a964bbcac2fe6b0b7bcd9251667
treec75c41a96c8c04049cb43b85537edbe112ec63c5
parente1623c3959aac707732d7a6ad09adfb5751763b3
Suppress -Wunused-result warnings about write(), again.

Adopt the same solution as in commit aa90e148ca70a235, but this time
let's put the ugliness inside the write_stderr() macro, instead of
expecting each call site to deal with it.  Back-port that decision
into psql/common.c where I got the macro from in the first place.

Per gripe from Peter Eisentraut.
src/bin/pg_dump/parallel.c
src/bin/psql/common.c