]> granicus.if.org Git - postgresql/commit
pgbench: improve multi-script support
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 27 Jan 2016 01:54:22 +0000 (02:54 +0100)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 27 Jan 2016 01:54:22 +0000 (02:54 +0100)
commit8bea3d2219844887e170471f223ba100b3c17571
tree9816c7a7a076e9ffc2e688709758459b962aade7
parent5b3cc1af2f9ba7b0e30054b30e28bd2cc4175b78
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
doc/src/sgml/ref/pgbench.sgml
src/bin/pgbench/pgbench.c