File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -887,9 +887,9 @@ check_for_isn_and_int8_passing_mismatch(ClusterInfo *cluster)
887
887
pg_fatal ("Your installation contains \"contrib/isn\" functions which rely on the\n"
888
888
"bigint data type. Your old and new clusters pass bigint values\n"
889
889
"differently so this cluster cannot currently be upgraded. You can\n"
890
- "manually upgrade databases that use \"contrib/isn\" facilities and remove \n"
891
- "\"contrib/isn\" from the old cluster and restart the upgrade . A list of \n"
892
- "the problem functions is in the file:\n"
890
+ "manually dump databases in the old cluster that use \"contrib/isn\"\n"
891
+ "facilities, drop them, perform the upgrade, and then restore them . A\n"
892
+ "list of the problem functions is in the file:\n"
893
893
" %s\n\n" , output_path );
894
894
}
895
895
else
You can’t perform that action at this time.
0 commit comments