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 3246a17 commit 7412f5cCopy full SHA for 7412f5c
contrib/pg_upgrade/check.c
@@ -28,7 +28,7 @@ output_check_banner(migratorContext *ctx, bool *live_check)
28
if (ctx->old.port == ctx->new.port)
29
pg_log(ctx, PG_FATAL, "When checking a live server, "
30
"the old and new port numbers must be different.\n");
31
- pg_log(ctx, PG_REPORT, "PerForming Consistency Checks on Old Live Server\n");
+ pg_log(ctx, PG_REPORT, "Performing Consistency Checks on Old Live Server\n");
32
pg_log(ctx, PG_REPORT, "------------------------------------------------\n");
33
}
34
else
0 commit comments