aboutsummaryrefslogtreecommitdiff
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:57:36 -0500
commitd0f8d0ded4e2d9bf77fd638c0cac281f83429c4d (patch)
tree1c7833980ab9288b03dc6a58519fdb3ada16c32d
parent49b60a4be7cb8bbfb9d954cc5b81d0dc18b077df (diff)
downloadpostgresql-d0f8d0ded4e2d9bf77fd638c0cac281f83429c4d.tar.gz
postgresql-d0f8d0ded4e2d9bf77fd638c0cac281f83429c4d.zip
Fix typo
Author: Fabrízio de Royes Mello <fabriziomello@gmail.com>
-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 d6555f5fef4..ac160ba8374 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');