When building without thread safety, I get the following compiler
warning in pgbench:

pgbench.c:2612:2: error: ignoring return value of function declared with 
warn_unused_result attribute [-Werror,-Wunused-result]
        write(th->pipes[1], ret, sizeof(TResult));

That should be fixed, I think.




-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to