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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench: Allow the transaction log file prefix to be changed.
Date: 2016-11-09 21:34:25
Message-ID: E1c4aVl-00044e-F3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/41124a91e61fc6d9681c1e8b15ba30494e84d643

Modified Files
--------------
doc/src/sgml/ref/pgbench.sgml | 26 +++++++++++++++++++-------
src/bin/pgbench/pgbench.c | 20 ++++++++++++++++++--
2 files changed, 37 insertions(+), 9 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-11-09 21:51:59 Re: pgsql: pgbench: Allow the transaction log file prefix to be changed.
Previous Message Peter Eisentraut 2016-11-09 20:01:53 pgsql: doc: Improve whitespace use in XSL

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-11-09 21:34:28 Re: Specifying the log file name of pgbench -l option
Previous Message Robert Haas 2016-11-09 21:27:02 Re: Hash Indexes