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