pgbench: Allow the transaction log file prefix to be changed.

Robert Haas <rhaas@postgresql.org>

Commit: 41124a91e61fc6d9681c1e8b15ba30494e84d643
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-11-09T21:28:43Z
Releases: 10.0
pgbench: Allow the transaction log file prefix to be changed.

Masahiko Sawada, reviewed by Fabien Coelho and Beena Emerson, with
some a bit of wordsmithing and cosmetic adjustment by me.

Files

PathChange+/−
doc/src/sgml/ref/pgbench.sgml modified +19 −7
src/bin/pgbench/pgbench.c modified +18 −2

Documentation touched