[Pkg-postgresql-public] Typo in pg_upgradecluster

Stephan Springl springl-pg at bfw-online.de
Thu Oct 15 08:04:34 UTC 2015


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";



More information about the Pkg-postgresql-public mailing list