Hi,

you might want to correct a typo in pg_upgradecluster.

Regards,
Stephan

diff --git a/pg_upgradecluster b/pg_upgradecluster
index 44bd0aa..13f99b2 100755
--- a/pg_upgradecluster
+++ b/pg_upgradecluster
@@ -539,7 +539,7 @@ if (!fork) {
            print 'Analyzing database ', $db, "...\n";
            (system $psql, '-h', $newsocket, '-p', $newinfo{'port'}, '-q',
                '-d', $db, '-c', 'ANALYZE') == 0 or
-               error 'Could not ANALZYE database';
+               error 'Could not ANALYZE database';

            unless (${$databases{$db}}[0]) {
                print "Disabling access to database $db\n";

_______________________________________________
Pkg-postgresql-public mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public

Reply via email to