mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Uppercase pg_upgrade status output title.
This commit is contained in:
parent
ad4fb0d0d2
commit
7c8cfed78a
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ main(int argc, char **argv)
|
|||
|
||||
issue_warnings(sequence_script_file_name);
|
||||
|
||||
pg_log(PG_REPORT, "\nUpgrade complete\n");
|
||||
pg_log(PG_REPORT, "\nUpgrade Complete\n");
|
||||
pg_log(PG_REPORT, "----------------\n");
|
||||
|
||||
output_completion_banner(deletion_script_file_name);
|
||||
|
|
|
|||
Loading…
Reference in a new issue