Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b06ad7d

Browse files
committed
Fix pg_upgrade status message capitalization mistake.
Backpatch to 9.1 and 9.0. Dan McGee
1 parent 9cc2c18 commit b06ad7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ output_check_banner(bool *live_check)
3030
if (old_cluster.port == new_cluster.port)
3131
pg_log(PG_FATAL, "When checking a live server, "
3232
"the old and new port numbers must be different.\n");
33-
pg_log(PG_REPORT, "PerForming Consistency Checks on Old Live Server\n");
33+
pg_log(PG_REPORT, "Performing Consistency Checks on Old Live Server\n");
3434
pg_log(PG_REPORT, "------------------------------------------------\n");
3535
}
3636
else

0 commit comments

Comments
 (0)