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 77d8edc commit f704f43Copy full SHA for f704f43
contrib/pg_upgrade/controldata.c
@@ -585,7 +585,7 @@ check_control_data(ControlData *oldctrl,
585
586
if (oldctrl->largesz == 0 || oldctrl->largesz != newctrl->largesz)
587
pg_log(PG_FATAL,
588
- "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");
589
590
if (oldctrl->walsz == 0 || oldctrl->walsz != newctrl->walsz)
591
0 commit comments