Fix typo in TAP tests of vacuumdb
Noticed while scanning the area, introduced in 582edc3.
This commit is contained in:
parent
46ba86cd32
commit
ecb968e7e3
@ -117,7 +117,7 @@ $node->command_ok([qw|vacuumdb -Z --table="need""q(uot"(")x") postgres|],
|
|||||||
'column list');
|
'column list');
|
||||||
$node->command_fails(
|
$node->command_fails(
|
||||||
[qw|vacuumdb -Zt funcidx postgres|],
|
[qw|vacuumdb -Zt funcidx postgres|],
|
||||||
'unqualifed name via functional index');
|
'unqualified name via functional index');
|
||||||
|
|
||||||
$node->command_fails(
|
$node->command_fails(
|
||||||
[ 'vacuumdb', '--analyze', '--table', 'vactable(c)', 'postgres' ],
|
[ 'vacuumdb', '--analyze', '--table', 'vactable(c)', 'postgres' ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user