From: Bruce Momjian Date: Tue, 15 Jan 2002 05:03:53 +0000 (+0000) Subject: Keep pg_upgrade as disabled. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=91096e46e2819be1fc0abb8cf7ebd31d35f5f899;p=users%2Fbernd%2Fpostgres.git Keep pg_upgrade as disabled. --- diff --git a/contrib/pg_upgrade/pg_upgrade b/contrib/pg_upgrade/pg_upgrade index 5f75f885de..998089b9ef 100755 --- a/contrib/pg_upgrade/pg_upgrade +++ b/contrib/pg_upgrade/pg_upgrade @@ -14,7 +14,7 @@ #set -x # Set this to "Y" to enable this program -ENABLE="Y" +ENABLE="N" if [ "$ENABLE" != "Y" ] then