From 91096e46e2819be1fc0abb8cf7ebd31d35f5f899 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 15 Jan 2002 05:03:53 +0000 Subject: [PATCH] Keep pg_upgrade as disabled. --- contrib/pg_upgrade/pg_upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5