Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9a01ea7

Browse files
committed
pg_upgrade: Adjust quoting style in message to match guidelines
1 parent b681ca7 commit 9a01ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_upgrade/check.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,10 +1124,10 @@ check_for_incompatible_polymorphics(ClusterInfo *cluster)
11241124
fclose(script);
11251125
pg_log(PG_REPORT, "fatal\n");
11261126
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"
11281128
"These user-defined objects must be dropped before upgrading and restored\n"
11291129
"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"
11311131
"A list of the problematic objects is in the file:\n"
11321132
" %s\n\n", output_path);
11331133
}

0 commit comments

Comments
 (0)