Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf564834

Browse files
committed
Disable pg_upgrade for 6.5.
1 parent505b2ec commitf564834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/bin/pg_dump/pg_upgrade

Lines changed: 3 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp