diff options
author | Michael Paquier <michael@paquier.xyz> | 2023-05-25 16:26:08 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2023-05-25 16:26:08 +0900 |
commit | ecb968e7e3da69a39d3efab69fa63fe6c8d04b5f (patch) | |
tree | 017609766d70f25aea877ffd5510bee1df38f076 /src | |
parent | 46ba86cd32dc499a5cf8fbab7d3f596f4e7852a2 (diff) | |
download | postgresql-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.pl | 2 |
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' ], |