Enhance pgbench's option checking.

Tatsuo Ishii <ishii@postgresql.org>

Commit: 51222a176624e8529143f26f43da200c5beb0e9e
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2014-08-12T08:27:08Z
Releases: 9.5.0
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.

Files

PathChange+/−
contrib/pgbench/pgbench.c modified +41 −7