]> granicus.if.org Git - postgresql/commit
Fix version numbering foulups exposed by 10.1. REL_10_1
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Nov 2017 00:46:52 +0000 (19:46 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Nov 2017 00:46:52 +0000 (19:46 -0500)
commit958fe549884928cd3bdf009993e9a05df5fd6cee
treee86b711e478c89d79bba410e27fd062e837d8761
parent0b35d54c6fc4d98f8e8b38770b53c7358ebf4444
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 accidentally failed to fail with 10.0, but with 10.1 we
got the wrong results.

Per buildfarm.
configure
configure.in
src/bin/pg_upgrade/exec.c
src/bin/pg_upgrade/server.c