mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Fix spelling mistake.
Same patch submitted independently by David Rowley and Peter Geoghegan.
This commit is contained in:
parent
b1c0f92eb6
commit
161a767155
@ -475,7 +475,7 @@ check_control_data(ControlData *oldctrl,
|
|||||||
|
|
||||||
if (oldctrl->largesz == 0 || oldctrl->largesz != newctrl->largesz)
|
if (oldctrl->largesz == 0 || oldctrl->largesz != newctrl->largesz)
|
||||||
pg_log(PG_FATAL,
|
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)
|
if (oldctrl->walsz == 0 || oldctrl->walsz != newctrl->walsz)
|
||||||
pg_log(PG_FATAL,
|
pg_log(PG_FATAL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user