Skip to content

Commit 9be030f

Browse files
committed
Keep it disabled.
1 parent 5b2ebe9 commit 9be030f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/pg_dump/pg_upgrade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
# pg_upgrade: update a database without needing a full dump/reload cycle.
44
# CAUTION: Read the manual page before trying to use this!
55

6-
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.30 2002/01/13 01:13:59 momjian Exp $
6+
# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.31 2002/01/13 01:22:27 momjian Exp $
77
#
88
# NOTE: we must be sure to update the version-checking code a few dozen lines
99
# below for each new PostgreSQL release.
1010

11-
set -x
11+
#set -x
1212

1313
# Set this to "Y" to enable this program
14-
ENABLE="Y"
14+
ENABLE="N"
1515

1616
# UPGRADE_VERSION is the expected old database version
1717
UPGRADE_VERSION="7.1"

0 commit comments

Comments
 (0)