From ecb968e7e3da69a39d3efab69fa63fe6c8d04b5f Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 25 May 2023 16:26:08 +0900 Subject: [PATCH] Fix typo in TAP tests of vacuumdb Noticed while scanning the area, introduced in 582edc3. --- src/bin/scripts/t/100_vacuumdb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/scripts/t/100_vacuumdb.pl b/src/bin/scripts/t/100_vacuumdb.pl index a93782bc0d..eccfcc54a1 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' ],