aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-04-04 12:57:59 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-04-04 12:58:57 +0200
commita9d6c3868451a494641b498a15f9ee1c151949a7 (patch)
tree33b5610347428dc3f48ff337938e0128b108f078 /src
parent222e11a10ae9840929cff617c01cc6f8f695536f (diff)
downloadpostgresql-a9d6c3868451a494641b498a15f9ee1c151949a7.tar.gz
postgresql-a9d6c3868451a494641b498a15f9ee1c151949a7.zip
pg_upgrade: Fix typo in message
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_upgrade/check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/check.c b/src/bin/pg_upgrade/check.c
index fe73ec4f00b..ad1f8e3bcb1 100644
--- a/src/bin/pg_upgrade/check.c
+++ b/src/bin/pg_upgrade/check.c
@@ -135,7 +135,7 @@ static DataTypesUsageChecks data_types_usage_checks[] =
"SELECT 'pg_catalog.line'::pg_catalog.regtype AS oid",
.report_text =
gettext_noop("Your installation contains the \"line\" data type in user tables.\n"
- "this data type changed its internal and input/output format\n"
+ "This data type changed its internal and input/output format\n"
"between your old and new versions so this\n"
"cluster cannot currently be upgraded. You can\n"
"drop the problem columns and restart the upgrade.\n"),