Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit973137d

Browse files
committed
pg_upgrade: Adjust quoting style in message to match guidelines
1 parent976b06c commit973137d

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)

[8]ページ先頭

©2009-2025 Movatter.jp