pgsql: pgbench: improve multi-script support

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench: improve multi-script support
Date: 2016-01-27 01:56:20
Message-ID: E1aOFLI-0002J1-TZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: improve multi-script support

Previously, it was possible to specify one or several custom scripts to
run, or only one of the builtin scripts. With this patch it is also
possible to specify to run the builtin scripts multiple times, using the
new -b option. Also, unify the code for both cases; this eases future
pgbench improvements.

Author: Fabien Coelho
Review: Michaël Paquier, Álvaro Herrera

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8bea3d2219844887e170471f223ba100b3c17571

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 74 ++++++---
src/bin/pgbench/pgbench.c | 333 +++++++++++++++++++++++++----------------
2 files changed, 253 insertions(+), 154 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2016-01-27 02:14:14 pgsql: Fix volatility marking of pg_size_pretty function
Previous Message Tom Lane 2016-01-26 20:38:57 pgsql: Fix startup so that log prefix %h works for the log_connections