]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 29 Jun 2026 14:15:13 +0000 (16:15 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 29 Jun 2026 14:15:13 +0000 (16:15 +0200)
from commit c1fe2d1a383

src/bin/pg_upgrade/check.c

index 7556fb3f22a3522594c551246b3536feb0688798..f8f31382835c80f9dc0b416ca80f35e7e72a3ea3 100644 (file)
@@ -2635,7 +2635,7 @@ check_old_cluster_global_names(ClusterInfo *cluster)
        {
                fclose(script);
                pg_log(PG_REPORT, "fatal");
-               pg_fatal("Your installation contains databases, roles, or tablespace with names\n"
+               pg_fatal("Your installation contains databases, roles, or tablespaces with names\n"
                                 "with invalid characters (newline or carriage return).  To fix this,\n"
                                 "rename these objects.\n"
                                 "A list of all objects with invalid names is in the file:\n"