mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 14:00:01 -04:00
Fix pg_upgrade status message capitalization mistake.
Backpatch to 9.1 and 9.0. Dan McGee
This commit is contained in:
parent
3246a1791d
commit
7412f5cd29
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ output_check_banner(migratorContext *ctx, bool *live_check)
|
|||
if (ctx->old.port == ctx->new.port)
|
||||
pg_log(ctx, PG_FATAL, "When checking a live server, "
|
||||
"the old and new port numbers must be different.\n");
|
||||
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");
|
||||
pg_log(ctx, PG_REPORT, "------------------------------------------------\n");
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue