mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
pgbench: Improve test description
Author: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
parent
d5b6b6515b
commit
04334fde69
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user