We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb681ca7 commit9a01ea7Copy full SHA for 9a01ea7
src/bin/pg_upgrade/check.c
@@ -1124,10 +1124,10 @@ check_for_incompatible_polymorphics(ClusterInfo *cluster)
1124
fclose(script);
1125
pg_log(PG_REPORT,"fatal\n");
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"
+"polymorphic functions with arguments of type\"anyarray\" or\"anyelement\".\n"
1128
"These user-defined objects must be dropped before upgrading and restored\n"
1129
"afterwards, changing them to refer to the new corresponding functions with\n"
1130
-"arguments of type'anycompatiblearray' and'anycompatible'.\n"
+"arguments of type\"anycompatiblearray\" and\"anycompatible\".\n"
1131
"A list of the problematic objects is in the file:\n"
1132
" %s\n\n",output_path);
1133
}