mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
Fix spelling mistake.
Same patch submitted independently by David Rowley and Peter Geoghegan.
This commit is contained in:
parent
df0bd5a0f7
commit
f744f395a5
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue