pgsql: Suppress -Wunused-result warning about write()

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress -Wunused-result warning about write()
Date: 2012-05-27 20:38:51
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress -Wunused-result warning about write()

This is related to aa90e148ca70a235897b1227f1a7cd1c66bc5368, but this
code is only used under -DLINUX_OOM_ADJ, so it was apparently
overlooked then.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/27314d32a883e3c4667d8249c3d4760fed917a12

Modified Files
--------------
src/backend/postmaster/fork_process.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Sachin 2012-05-28 17:48:35 stackbuilder - wizard: Adding code to build stackbuilder on MacOSX Lion
Previous Message Bruce Momjian 2012-05-27 10:45:39 pgsql: Improve pg_upgrade C comment.