10000
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 df0bd5a commit f744f39Copy full SHA for f744f39
contrib/pg_upgrade/controldata.c
@@ -476,7 +476,7 @@ check_control_data(ControlData *oldctrl,
476
477
if (oldctrl->largesz == 0 || oldctrl->largesz != newctrl->largesz)
478
pg_log(PG_FATAL,
479
- "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");
480
481
if (oldctrl->walsz == 0 || oldctrl->walsz != newctrl->walsz)
482
0 commit comments