1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

Fix spelling mistake.

Same patch submitted independently by David Rowley and Peter Geoghegan.
This commit is contained in:
Robert Haas 2016-01-14 23:12:05 -05:00
parent b1c0f92eb6
commit 161a767155

View File

@ -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,