pgsql: Remove thread-emulation support from pgbench.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove thread-emulation support from pgbench.
Date: 2015-07-03 08:52:27
Message-ID: E1ZAwhv-0005ZP-Lo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1bc90f7a7b7441a88e2c6d4a0e9b6f9c1499ad30

Modified Files
--------------
src/bin/pgbench/pgbench.c | 313 ++++++++++-----------------------------------
1 file changed, 66 insertions(+), 247 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-07-03 19:48:25 pgsql: Add psql \ev and \sv commands for editing and showing view defin
Previous Message Heikki Linnakangas 2015-07-03 08:16:50 pgsql: Fix pgbench progress report behaviour when pgbench or a query ge