summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-12-10 20:55:30 -0500
committerPeter Eisentraut <peter_e@gmx.net>2014-12-10 20:55:30 -0500
commit7442a8899751c804c7def0407fd1756360917754 (patch)
tree5ee925b2e05f43c359745141d6d373fddad046f4 /src/bin
parent24688f4e5a7d5fadde0e43a5b123432d81577d82 (diff)
downloadpostgresql-7442a8899751c804c7def0407fd1756360917754.tar.gz
Fix typo
Author: Fabrízio de Royes Mello <fabriziomello@gmail.com>
Diffstat (limited to 'src/bin')
-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 d6555f5fef..ac160ba837 100644
--- a/src/bin/scripts/t/100_vacuumdb.pl
+++ b/src/bin/scripts/t/100_vacuumdb.pl
@@ -29,4 +29,4 @@ issues_sql_like(
issues_sql_like(
[ 'vacuumdb', '-Z', 'postgres' ],
qr/statement: ANALYZE;/,
- 'vacuumdb -z');
+ 'vacuumdb -Z');