pgsql: Enhance pgbench's option checking.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enhance pgbench's option checking.
Date: 2014-08-12 08:36:41
Message-ID: E1XH7ZR-0007Pg-J0@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Enhance pgbench's option checking.

Now benchmarking options such as -c cannot be used if initializing
option (-i) is specified. Also initializing options such as -F cannot
be used if initializing option is not specified.

Tatsuo Ishii and Fabien COELHO.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/51222a176624e8529143f26f43da200c5beb0e9e

Modified Files
--------------
contrib/pgbench/pgbench.c | 48 ++++++++++++++++++++++++++++++++++++++-------
1 file changed, 41 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-08-12 09:07:18 pgsql: Be less aggressive in asking for feedback of logical walsender c
Previous Message Fujii Masao 2014-08-12 08:08:42 pgsql: Change first call of ProcessConfigFile so as to process only dat