File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1094,10 +1094,10 @@ check_for_incompatible_polymorphics(ClusterInfo *cluster)
1094
1094
fclose (script );
1095
1095
pg_log (PG_REPORT , "fatal\n" );
1096
1096
pg_fatal ("Your installation contains user-defined objects that refer to internal\n"
1097
- "polymorphic functions with arguments of type ' anyarray' or ' anyelement' .\n"
1097
+ "polymorphic functions with arguments of type \" anyarray\" or \" anyelement\" .\n"
1098
1098
"These user-defined objects must be dropped before upgrading and restored\n"
1099
1099
"afterwards, changing them to refer to the new corresponding functions with\n"
1100
- "arguments of type ' anycompatiblearray' and ' anycompatible' .\n"
1100
+ "arguments of type \" anycompatiblearray\" and \" anycompatible\" .\n"
1101
1101
"A list of the problematic objects is in the file:\n"
1102
1102
" %s\n\n" , output_path );
1103
1103
}
You can’t perform that action at this time.
0 commit comments