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

Commit0760225

Browse files
committed
Fix spelling mistake.
Same patch submitted independently by David Rowley and Peter Geoghegan.
1 parent3276ca3 commit0760225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_upgrade/controldata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ check_control_data(ControlData *oldctrl,
539539
pg_fatal("old and new pg_controldata block sizes are invalid or do not match\n");
540540

541541
if (oldctrl->largesz==0||oldctrl->largesz!=newctrl->largesz)
542-
pg_fatal("old and new pg_controldata maximum relationsegement sizes are invalid or do not match\n");
542+
pg_fatal("old and new pg_controldata maximum relationsegment sizes are invalid or do not match\n");
543543

544544
if (oldctrl->walsz==0||oldctrl->walsz!=newctrl->walsz)
545545
pg_fatal("old and new pg_controldata WAL block sizes are invalid or do not match\n");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp