aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-05-25 16:26:08 +0900
committerMichael Paquier <michael@paquier.xyz>2023-05-25 16:26:08 +0900
commitecb968e7e3da69a39d3efab69fa63fe6c8d04b5f (patch)
tree017609766d70f25aea877ffd5510bee1df38f076 /src
parent46ba86cd32dc499a5cf8fbab7d3f596f4e7852a2 (diff)
downloadpostgresql-ecb968e7e3da69a39d3efab69fa63fe6c8d04b5f.tar.gz
postgresql-ecb968e7e3da69a39d3efab69fa63fe6c8d04b5f.zip
Fix typo in TAP tests of vacuumdb
Noticed while scanning the area, introduced in 582edc3.
Diffstat (limited to 'src')
-rw-r--r--src/bin/scripts/t/100_vacuumdb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/t/100_vacuumdb.pl b/src/bin/scripts/t/100_vacuumdb.pl
index a93782bc0dc..eccfcc54a1a 100644
--- a/src/bin/scripts/t/100_vacuumdb.pl
+++ b/src/bin/scripts/t/100_vacuumdb.pl
@@ -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' ],