pgsql: Enhance pgbench's option checking. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Enhance pgbench's option checking.
Date
Msg-id E1XH7ZR-0007Pg-J0@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Change first call of ProcessConfigFile so as to process only dat
Next
From: Andres Freund
Date:
Subject: pgsql: Be less aggressive in asking for feedback of logical walsender c