Commit
6f164e6d17616 accidentally mistyped --client as --clients in
the error message. Backpatch down to v15 where the it was introduced.
Author: Semih Doğan <semih702do@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CALOtZ7tuWisV=v0cUY_q6PLHJ-fOiQ7ZN476JwmM0PyV0t5i7Q@mail.gmail.com
Backpatch-through: 15
break;
case 'c':
benchmarking_option_set = true;
- if (!option_parse_int(optarg, "-c/--clients", 1, INT_MAX,
+ if (!option_parse_int(optarg, "-c/--client", 1, INT_MAX,
&nclients))
{
exit(1);
[ 'too many scripts', '-S ' x 129, [qr{at most 128 SQL scripts}] ],
[
'bad #clients', '-c three',
- [qr{invalid value "three" for option -c/--clients}]
+ [qr{invalid value "three" for option -c/--client}]
],
[
'bad #threads', '-j eleven',