]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 21 Jul 2026 15:18:41 +0000 (17:18 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 21 Jul 2026 15:25:19 +0000 (17:25 +0200)
from commit c1fe2d1a383

src/bin/pg_upgrade/check.c

index f8f31382835c80f9dc0b416ca80f35e7e72a3ea3..184379c52af229d837cea3b258c907eac91a73da 100644 (file)
@@ -1859,7 +1859,7 @@ check_for_gist_inet_ops(ClusterInfo *cluster)
        {
                fclose(report.file);
                pg_log(PG_REPORT, "fatal");
-               pg_fatal("Your installation contains indexes that use btree_gist extension's\n"
+               pg_fatal("Your installation contains indexes that use the btree_gist extension's\n"
                                 "gist_inet_ops or gist_cidr_ops operator classes, which cannot be\n"
                                 "binary-upgraded.  Replace them with indexes that use the built-in GiST\n"
                                 "inet_ops operator class.\n"