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

Commitf9f3bea

Browse files
committed
pg_upgrade: Improve one log message
The parenthesized plural is unnecessary here and inconsistent withnearby similar messages.
1 parent6ff385f commitf9f3bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_upgrade/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ check_for_composite_data_type_usage(ClusterInfo *cluster)
11331133
if (found)
11341134
{
11351135
pg_log(PG_REPORT,"fatal");
1136-
pg_fatal("Your installation contains system-defined compositetype(s) in user tables.\n"
1136+
pg_fatal("Your installation contains system-defined compositetypes in user tables.\n"
11371137
"These type OIDs are not stable across PostgreSQL versions,\n"
11381138
"so this cluster cannot currently be upgraded. You can\n"
11391139
"drop the problem columns and restart the upgrade.\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp