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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Fix version numbering foulups exposed by 10.1.
Дата
Msg-id E1eBs2i-0005AR-Pq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

В списке pgsql-committers по дате отправления:

Предыдущее
От: Vik Fearing
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Stamp 9.2.24.
Следующее
От: Simon Riggs
Дата:
Сообщение: [COMMITTERS] pgsql: Exclude pg_internal.init from BASE_BACKUP