projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11fb4af
)
Keep it disabled.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 13 Jan 2002 01:22:27 +0000
(
01:22
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 13 Jan 2002 01:22:27 +0000
(
01:22
+0000)
src/bin/pg_dump/pg_upgrade
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_upgrade
b/src/bin/pg_dump/pg_upgrade
index ece02db4fd49abf6505f9b4d7ecc1791e045b721..b73f9dc72b397d9336d07535537e1b5e36b5c493 100755
(executable)
--- a/
src/bin/pg_dump/pg_upgrade
+++ b/
src/bin/pg_dump/pg_upgrade
@@
-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"