[COMMITTERS] pgsql: Fix version numbering foulups exposed by 10.1.

2017-11-06 Thread Tom Lane
Fix version numbering foulups exposed by 10.1. configure computed PG_VERSION_NUM incorrectly. (Coulda sworn I tested that logic back when, but it had an obvious thinko.) pg_upgrade had not been taught about the new dispensation with just one part in the major version number. Both things acciden

[COMMITTERS] pgsql: Fix version numbering foulups exposed by 10.1.

2017-11-06 Thread Tom Lane
Fix version numbering foulups exposed by 10.1. configure computed PG_VERSION_NUM incorrectly. (Coulda sworn I tested that logic back when, but it had an obvious thinko.) pg_upgrade had not been taught about the new dispensation with just one part in the major version number. Both things acciden