mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
pg_upgrade: Adjust quoting style in message to match guidelines
This commit is contained in:
parent
976b06c663
commit
973137de08
1 changed files with 2 additions and 2 deletions
|
|
@ -1124,10 +1124,10 @@ check_for_incompatible_polymorphics(ClusterInfo *cluster)
|
|||
fclose(script);
|
||||
pg_log(PG_REPORT, "fatal");
|
||||
pg_fatal("Your installation contains user-defined objects that refer to internal\n"
|
||||
"polymorphic functions with arguments of type 'anyarray' or 'anyelement'.\n"
|
||||
"polymorphic functions with arguments of type \"anyarray\" or \"anyelement\".\n"
|
||||
"These user-defined objects must be dropped before upgrading and restored\n"
|
||||
"afterwards, changing them to refer to the new corresponding functions with\n"
|
||||
"arguments of type 'anycompatiblearray' and 'anycompatible'.\n"
|
||||
"arguments of type \"anycompatiblearray\" and \"anycompatible\".\n"
|
||||
"A list of the problematic objects is in the file:\n"
|
||||
" %s", output_path);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue