mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
pg_upgrade: Improve one log message
The parenthesized plural is unnecessary here and inconsistent with nearby similar messages.
This commit is contained in:
parent
7d8e703617
commit
8fa09a11c9
@ -1133,7 +1133,7 @@ check_for_composite_data_type_usage(ClusterInfo *cluster)
|
|||||||
if (found)
|
if (found)
|
||||||
{
|
{
|
||||||
pg_log(PG_REPORT, "fatal");
|
pg_log(PG_REPORT, "fatal");
|
||||||
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"
|
||||||
"These type OIDs are not stable across PostgreSQL versions,\n"
|
"These type OIDs are not stable across PostgreSQL versions,\n"
|
||||||
"so this cluster cannot currently be upgraded. You can\n"
|
"so this cluster cannot currently be upgraded. You can\n"
|
||||||
"drop the problem columns and restart the upgrade.\n"
|
"drop the problem columns and restart the upgrade.\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user