Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb06ad7d

Browse files
committed
Fix pg_upgrade status message capitalization mistake.
Backpatch to 9.1 and 9.0.Dan McGee
1 parent9cc2c18 commitb06ad7d

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)

[8]ページ先頭

©2009-2025 Movatter.jp