Fix pg_upgrade status message capitalization mistake.
authorBruce Momjian <[email protected]>
Wed, 22 Jun 2011 18:48:59 +0000 (14:48 -0400)
committerBruce Momjian <[email protected]>
Wed, 22 Jun 2011 18:49:54 +0000 (14:49 -0400)
Back to 9.1 and 9.0.

Dan McGee

contrib/pg_upgrade/check.c

index 376d25a09a8825a5d22a8a9b314558b3523d0cc5..2b481da4895ddae9ef46d0ff39d0c845bee78258 100644 (file)
@@ -30,7 +30,7 @@ output_check_banner(bool *live_check)
        if (old_cluster.port == new_cluster.port)
            pg_log(PG_FATAL, "When checking a live server, "
                   "the old and new port numbers must be different.\n");
-       pg_log(PG_REPORT, "PerForming Consistency Checks on Old Live Server\n");
+       pg_log(PG_REPORT, "Performing Consistency Checks on Old Live Server\n");
        pg_log(PG_REPORT, "------------------------------------------------\n");
    }
    else