Обсуждение: [COMMITTERS] pgsql: Fix version numbering foulups exposed by 10.1.

Поиск
Список
Период
Сортировка

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

От
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 accidentally failed to fail with 10.0, but with 10.1 we
got the wrong results.

Per buildfarm.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/958fe549884928cd3bdf009993e9a05df5fd6cee

Modified Files
--------------
configure                   |  2 +-
configure.in                |  2 +-
src/bin/pg_upgrade/exec.c   | 23 ++++++++++++++---------
src/bin/pg_upgrade/server.c | 18 +++++++++++++-----
4 files changed, 29 insertions(+), 16 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers