8000 Fix spelling mistake. · qadahtm/postgres@161a767 · GitHub
[go: up one dir, main page]

Skip to content

Commit 161a767

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

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

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

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

0 commit comments

Comments
 (0)
0