]> granicus.if.org Git - postgresql/commit
Remove thread-emulation support from pgbench.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 3 Jul 2015 08:48:54 +0000 (11:48 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 3 Jul 2015 08:51:36 +0000 (11:51 +0300)
commit1bc90f7a7b7441a88e2c6d4a0e9b6f9c1499ad30
tree4ec57cdbbdf04ef808f7726a7575bada9dd338cf
parent9031ff91a110f29e8bd4b74ddf2b5ced3ecbeaf4
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
src/bin/pgbench/pgbench.c