diff options
| author | Peter Eisentraut | 2014-12-11 01:55:30 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2014-12-11 01:57:36 +0000 |
| commit | d0f8d0ded4e2d9bf77fd638c0cac281f83429c4d (patch) | |
| tree | 1c7833980ab9288b03dc6a58519fdb3ada16c32d | |
| parent | 49b60a4be7cb8bbfb9d954cc5b81d0dc18b077df (diff) | |
Fix typo
Author: FabrÃzio de Royes Mello <fabriziomello@gmail.com>
| -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 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'); |
