Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ecb968e

Browse files
committed
Fix typo in TAP tests of vacuumdb
Noticed while scanning the area, introduced in 582edc3.
1 parent 46ba86c commit ecb968e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/scripts/t/100_vacuumdb.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
'column list');
118118
$node->command_fails(
119119
[qw|vacuumdb -Zt funcidx postgres|],
120-
'unqualifed name via functional index');
120+
'unqualified name via functional index');
121121

122122
$node->command_fails(
123123
[ 'vacuumdb', '--analyze', '--table', 'vactable(c)', 'postgres' ],

0 commit comments

Comments
 (0)