Skip to content

Commit 973137d

Browse files
committed
pg_upgrade: Adjust quoting style in message to match guidelines
1 parent 976b06c commit 973137d

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");
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", output_path);
11331133
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy