This is an automated email from the ASF dual-hosted git repository. reshke pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 2548524a0204888f4d2c3cbc20fda8722c6cb7c9 Author: Peter Eisentraut <[email protected]> AuthorDate: Mon Jul 18 14:53:00 2022 +0200 pg_upgrade: Adjust quoting style in message to match guidelines --- src/bin/pg_upgrade/check.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/pg_upgrade/check.c b/src/bin/pg_upgrade/check.c index 973a6d4639d..456d13c28a3 100644 --- a/src/bin/pg_upgrade/check.c +++ b/src/bin/pg_upgrade/check.c @@ -1302,10 +1302,10 @@ check_for_incompatible_polymorphics(ClusterInfo *cluster) fclose(script); pg_log(PG_REPORT, "fatal\n"); 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\n\n", output_path); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
