projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ba86c
)
Fix typo in TAP tests of vacuumdb
author
Michael Paquier
<
[email protected]
>
Thu, 25 May 2023 07:26:08 +0000
(16:26 +0900)
committer
Michael Paquier
<
[email protected]
>
Thu, 25 May 2023 07:26:08 +0000
(16:26 +0900)
Noticed while scanning the area, introduced in
582edc3
.
src/bin/scripts/t/100_vacuumdb.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/scripts/t/100_vacuumdb.pl
b/src/bin/scripts/t/100_vacuumdb.pl
index a93782bc0dc4f535d61af011f1be83ae4b2e7de4..eccfcc54a1a196d3a146d42b5baad271f6d39c14 100644
(file)
--- 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');
+ 'unqualif
i
ed name via functional index');
$node->command_fails(
[ 'vacuumdb', '--analyze', '--table', 'vactable(c)', 'postgres' ],