1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +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 df0bd5a0f7
commit f744f395a5

View File

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