diff options
| author | Peter Eisentraut | 2020-01-03 09:44:13 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2020-01-03 09:44:13 +0000 |
| commit | 04334fde69132f335d9d70cfefe419bd1276b232 (patch) | |
| tree | 1eded98c6eab2729ca785df1d7011dc43fcacb0a | |
| parent | d5b6b6515b35b11c82ce620fa84c989f246068aa (diff) | |
pgbench: Improve test description
Author: Fabien COELHO <coelho@cri.ensmp.fr>
| -rw-r--r-- | src/bin/pgbench/t/002_pgbench_no_server.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/t/002_pgbench_no_server.pl b/src/bin/pgbench/t/002_pgbench_no_server.pl index 8b6d4428128..fe555331418 100644 --- a/src/bin/pgbench/t/002_pgbench_no_server.pl +++ b/src/bin/pgbench/t/002_pgbench_no_server.pl @@ -157,7 +157,7 @@ my @options = ( qr{error while setting random seed from --random-seed option} ] ], - [ 'bad partition type', '-i --partition-method=BAD', [qr{"range"}, qr{"hash"}, qr{"BAD"}] ], + [ 'bad partition method', '-i --partition-method=BAD', [qr{"range"}, qr{"hash"}, qr{"BAD"}] ], [ 'bad partition number', '-i --partitions -1', [ qr{invalid number of partitions: "-1"} ] ], [ 'partition method without partitioning', |
