We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc2c18 commit b06ad7dCopy full SHA for b06ad7d
contrib/pg_upgrade/check.c
@@ -30,7 +30,7 @@ output_check_banner(bool *live_check)
30
if (old_cluster.port == new_cluster.port)
31
pg_log(PG_FATAL, "When checking a live server, "
32
"the old and new port numbers must be different.\n");
33
- pg_log(PG_REPORT, "PerForming Consistency Checks on Old Live Server\n");
+ pg_log(PG_REPORT, "Performing Consistency Checks on Old Live Server\n");
34
pg_log(PG_REPORT, "------------------------------------------------\n");
35
}
36
else
0 commit comments