8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c0f92 commit 161a767Copy full SHA for 161a767
contrib/pg_upgrade/controldata.c
@@ -475,7 +475,7 @@ check_control_data(ControlData *oldctrl,
475
476
if (oldctrl->largesz == 0 || oldctrl->largesz != newctrl->largesz)
477
pg_log(PG_FATAL,
478
- "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");
479
480
if (oldctrl->walsz == 0 || oldctrl->walsz != newctrl->walsz)
481
0 commit comments