pgsql: pgbench: Silence compiler warning

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench: Silence compiler warning
Date: 2013-07-07 11:29:18
Message-ID: E1Uvn9a-0007yY-Co@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: Silence compiler warning

Explicitly ignore return value from write(), to silence warning. This
warning only appeared under --disable-thread-safety.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/55f100efc67a0054db586c1804760fb18cfc7b79

Modified Files
--------------
contrib/pgbench/pgbench.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2013-07-07 11:40:25 pgsql: Fix include-guard
Previous Message Peter Eisentraut 2013-07-07 00:46:31 pgsql: PL/Python: Make regression tests pass with older Python versions