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.