From: Robert Haas Date: Fri, 15 Jan 2016 04:12:05 +0000 (-0500) Subject: Fix spelling mistake. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f704f434ebbeb71078c592fe1feaddfeb1e23f32;p=users%2Fheikki%2Fpostgres.git Fix spelling mistake. Same patch submitted independently by David Rowley and Peter Geoghegan. --- diff --git a/contrib/pg_upgrade/controldata.c b/contrib/pg_upgrade/controldata.c index 2a4b636245..6ce5145eeb 100644 --- a/contrib/pg_upgrade/controldata.c +++ b/contrib/pg_upgrade/controldata.c @@ -585,7 +585,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,