pg_upgrade: Fix typo in message
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 4 Apr 2024 10:57:59 +0000 (12:57 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 4 Apr 2024 10:58:57 +0000 (12:58 +0200)
src/bin/pg_upgrade/check.c

index fe73ec4f00b38f113d8abf0060c1998bc28d92e0..ad1f8e3bcb1a1a1a7c7d04226b5a319483d3d1d2 100644 (file)
@@ -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"),