10000 Fix spelling mistake. · ccneo/postgres@f744f39 · GitHub
[go: up one dir, main page]

Skip to content

Commit f744f39

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

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
@@ -476,7 +476,7 @@ check_control_data(ControlData *oldctrl,
476476

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

481481
if (oldctrl->walsz == 0 || oldctrl->walsz != newctrl->walsz)
482482
pg_log(PG_FATAL,

0 commit comments

Comments
 (0)
0