Commit b06ad7de authored by Bruce Momjian's avatar Bruce Momjian

Fix pg_upgrade status message capitalization mistake.

Backpatch to 9.1 and 9.0.

Dan McGee
parent 9cc2c182
...@@ -30,7 +30,7 @@ output_check_banner(bool *live_check) ...@@ -30,7 +30,7 @@ output_check_banner(bool *live_check)
if (old_cluster.port == new_cluster.port) if (old_cluster.port == new_cluster.port)
pg_log(PG_FATAL, "When checking a live server, " pg_log(PG_FATAL, "When checking a live server, "
"the old and new port numbers must be different.\n"); "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"); pg_log(PG_REPORT, "------------------------------------------------\n");
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment