From a9d6c3868451a494641b498a15f9ee1c151949a7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 4 Apr 2024 12:57:59 +0200 Subject: [PATCH] pg_upgrade: Fix typo in message --- src/bin/pg_upgrade/check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_upgrade/check.c b/src/bin/pg_upgrade/check.c index fe73ec4f00..ad1f8e3bcb 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"),