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

Commitf0b57ae

Browse files
committed
pg_upgrade: improve instructions for fixing incompatible isn use
This clarifies instructions on how to dump/reload databases that useincompatible isn versions.Reported-by: Alvaro HerreraDiscussion:https://postgr.es/m/20191114190652.GA23586@alvherre.pgsqlReviewed-by: Daniel Gustafsson <daniel@yesql.se>Backpatch-through: 13
1 parentf6f5982 commitf0b57ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_upgrade/check.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -887,9 +887,9 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
887887
pg_fatal("Your installation contains \"contrib/isn\" functions which rely on the\n"
888888
"bigint data type. Your old and new clusters pass bigint values\n"
889889
"differently so this cluster cannot currently be upgraded. You can\n"
890-
"manuallyupgrade databases that use \"contrib/isn\" facilities and remove\n"
891-
"\"contrib/isn\" from the old clusterandrestart the upgrade. A list of\n"
892-
"the problem functions is in the file:\n"
890+
"manuallydump databasesin the old clusterthat use \"contrib/isn\"\n"
891+
"facilities, drop them, perform the upgrade,andthen restore them. A\n"
892+
"list ofthe problem functions is in the file:\n"
893893
" %s\n\n",output_path);
894894
}
895895
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp