Remove thread-emulation support from pgbench.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 1bc90f7a7b7441a88e2c6d4a0e9b6f9c1499ad30
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-07-03T08:51:36Z
Releases: 9.6.0
Remove thread-emulation support from pgbench.

You can no longer use pgbench with multiple threads when compiled without
--enable-thread-safety. That's an acceptable limitation these days; it
still works fine with -j1, and all modern platforms support threads anyway.
This makes future maintenance and development of the code easier.

Fabien Coelho

Files

PathChange+/−
src/bin/pgbench/pgbench.c modified +66 −247