We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff385f commit f9f3beaCopy full SHA for f9f3bea
src/bin/pg_upgrade/check.c
@@ -1133,7 +1133,7 @@ check_for_composite_data_type_usage(ClusterInfo *cluster)
1133
if (found)
1134
{
1135
pg_log(PG_REPORT, "fatal");
1136
- pg_fatal("Your installation contains system-defined composite type(s) in user tables.\n"
+ pg_fatal("Your installation contains system-defined composite types in user tables.\n"
1137
"These type OIDs are not stable across PostgreSQL versions,\n"
1138
"so this cluster cannot currently be upgraded. You can\n"
1139
"drop the problem columns and restart the upgrade.\n"
0 commit comments