Fix typo in TAP tests of vacuumdb

Noticed while scanning the area, introduced in 582edc3.
This commit is contained in:
Michael Paquier 2023-05-25 16:26:08 +09:00
parent 46ba86cd32
commit ecb968e7e3

View File

@ -117,7 +117,7 @@ $node->command_ok([qw|vacuumdb -Z --table="need""q(uot"(")x") postgres|],
'column list');
$node->command_fails(
[qw|vacuumdb -Zt funcidx postgres|],
'unqualifed name via functional index');
'unqualified name via functional index');
$node->command_fails(
[ 'vacuumdb', '--analyze', '--table', 'vactable(c)', 'postgres' ],