]> granicus.if.org Git - postgresql/commit
Enhance pgbench's option checking.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 12 Aug 2014 08:27:08 +0000 (17:27 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 12 Aug 2014 08:27:08 +0000 (17:27 +0900)
commit51222a176624e8529143f26f43da200c5beb0e9e
treea204e866a5ff1dd4bc327ec583653e5066fb37b2
parent3e3f65973a3c94a699a1659254b89c4f77f0a6a7
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.
contrib/pgbench/pgbench.c