mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Fix spelling mistake.
Same patch submitted independently by David Rowley and Peter Geoghegan.
This commit is contained in:
@ -475,7 +475,7 @@ check_control_data(ControlData *oldctrl,
|
||||
|
||||
if (oldctrl->largesz == 0 || oldctrl->largesz != newctrl->largesz)
|
||||
pg_log(PG_FATAL,
|
||||
"old and new pg_controldata maximum relation segement sizes are invalid or do not match\n");
|
||||
"old and new pg_controldata maximum relation segment sizes are invalid or do not match\n");
|
||||
|
||||
if (oldctrl->walsz == 0 || oldctrl->walsz != newctrl->walsz)
|
||||
pg_log(PG_FATAL,
|
||||
|
Reference in New Issue
Block a user