Skip to content

Commit b284672

Browse files
peterepull[bot]
authored andcommitted
pg_upgrade: Improve one log message
The parenthesized plural is unnecessary here and inconsistent with nearby similar messages.
1 parent 8cb4b72 commit b284672

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 composite type(s) in user tables.\n"
1136+
pg_fatal("Your installation contains system-defined composite types 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)