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 3276ca3 commit 0760225Copy full SHA for 0760225
src/bin/pg_upgrade/controldata.c
@@ -539,7 +539,7 @@ check_control_data(ControlData *oldctrl,
539
pg_fatal("old and new pg_controldata block sizes are invalid or do not match\n");
540
541
if (oldctrl->largesz == 0 || oldctrl->largesz != newctrl->largesz)
542
- pg_fatal("old and new pg_controldata maximum relation segement sizes are invalid or do not match\n");
+ pg_fatal("old and new pg_controldata maximum relation segment sizes are invalid or do not match\n");
543
544
if (oldctrl->walsz == 0 || oldctrl->walsz != newctrl->walsz)
545
pg_fatal("old and new pg_controldata WAL block sizes are invalid or do not match\n");
0 commit comments