Skip to content

Commit f704f43

Browse files
committed
Fix spelling mistake.
Same patch submitted independently by David Rowley and Peter Geoghegan.
1 parent 77d8edc commit f704f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/controldata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ check_control_data(ControlData *oldctrl,
585585

586586
if (oldctrl->largesz == 0 || oldctrl->largesz != newctrl->largesz)
587587
pg_log(PG_FATAL,
588-
"old and new pg_controldata maximum relation segement sizes are invalid or do not match\n");
588+
"old and new pg_controldata maximum relation segment sizes are invalid or do not match\n");
589589

590590
if (oldctrl->walsz == 0 || oldctrl->walsz != newctrl->walsz)
591591
pg_log(PG_FATAL,

0 commit comments

Comments
 (0)