Keep it disabled.
authorBruce Momjian <bruce@momjian.us>
Sun, 13 Jan 2002 01:22:27 +0000 (01:22 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 13 Jan 2002 01:22:27 +0000 (01:22 +0000)
src/bin/pg_dump/pg_upgrade

index ece02db4fd49abf6505f9b4d7ecc1791e045b721..b73f9dc72b397d9336d07535537e1b5e36b5c493 100755 (executable)
@@ -8,10 +8,10 @@
 # NOTE: we must be sure to update the version-checking code a few dozen lines
 # below for each new PostgreSQL release.
 
-set -x
+#set -x
 
 # Set this to "Y" to enable this program
-ENABLE="Y"
+ENABLE="N"
 
 # UPGRADE_VERSION is the expected old database version
 UPGRADE_VERSION="7.1"