Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f564834

Browse files
committed
Disable pg_upgrade for 6.5.
1 parent 505b2ec commit f564834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bin/pg_dump/pg_upgrade

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# pg_upgrade: update a database without needing a full dump/reload cycle
44
# CAUTION: read the manual page before trying to use this!
5+
echo "pg_upgrade is disabled in this release because the on-disk structure" 1>&2
6+
echo "of the tables has changed compared to previous releases." 1>&2
7+
exit 1
58

69
trap "rm -f /tmp/$$" 0 1 2 3 15
710

0 commit comments

Comments
 (0)