Commit 04334fde authored by Peter Eisentraut's avatar Peter Eisentraut

pgbench: Improve test description

Author: Fabien COELHO <coelho@cri.ensmp.fr>
parent d5b6b651
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment