[COMMITTERS] pgsql: Stamp 10.1.

2017-11-06 Thread Tom Lane
Stamp 10.1. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0b35d54c6fc4d98f8e8b38770b53c7358ebf Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.6.6.

2017-11-06 Thread Tom Lane
Stamp 9.6.6. Branch -- REL9_6_STABLE Details --- https://git.postgresql.org/pg/commitdiff/0a13f1966d4cda2eb49dec0324ab5d482bbdd956 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.5.10.

2017-11-06 Thread Tom Lane
Stamp 9.5.10. Branch -- REL9_5_STABLE Details --- https://git.postgresql.org/pg/commitdiff/9ce323f612ab19eda1322bb6cf8227b835027511 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.4.15.

2017-11-06 Thread Tom Lane
Stamp 9.4.15. Branch -- REL9_4_STABLE Details --- https://git.postgresql.org/pg/commitdiff/de7dabfd35e8f657af9a54cb0ff3171e1cf8e957 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.3.20.

2017-11-06 Thread Tom Lane
Stamp 9.3.20. Branch -- REL9_3_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f3eff7b5c053735868c3967b7426d9f28d86873f Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

[COMMITTERS] pgsql: Stamp 9.2.24.

2017-11-06 Thread Tom Lane
Stamp 9.2.24. Branch -- REL9_2_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8786f783ab2398468a8c4d8eac937fc6533d16e3 Modified Files -- configure| 18 +- configure.in | 2 +- doc/bug.template

Re: [COMMITTERS] pgsql: Stamp 9.2.24.

2017-11-06 Thread Peter Geoghegan
Tom Lane wrote: Stamp 9.2.24. Uh, I thought 9.2 was EOL. -- Peter Geoghegan -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers

Re: [COMMITTERS] pgsql: Stamp 9.2.24.

2017-11-06 Thread Tom Lane
Peter Geoghegan writes: > Tom Lane wrote: >> Stamp 9.2.24. > Uh, I thought 9.2 was EOL. Now it is ... regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpre

Re: [COMMITTERS] pgsql: Stamp 9.2.24.

2017-11-06 Thread Michael Paquier
On Tue, Nov 7, 2017 at 7:39 AM, Tom Lane wrote: > Peter Geoghegan writes: >> Tom Lane wrote: >>> Stamp 9.2.24. > >> Uh, I thought 9.2 was EOL. > > Now it is ... 9.2.24 is the last of the 9.2-series, November being the last minor release after the 5-year community support window. -- Michael -

Re: [COMMITTERS] pgsql: Stamp 9.2.24.

2017-11-06 Thread Peter Geoghegan
On Mon, Nov 6, 2017 at 2:47 PM, Michael Paquier wrote: > On Tue, Nov 7, 2017 at 7:39 AM, Tom Lane wrote: >> Peter Geoghegan writes: >>> Tom Lane wrote: Stamp 9.2.24. > 9.2.24 is the last of the 9.2-series, November being the last minor > release after the 5-year community support window.

Re: [COMMITTERS] pgsql: Stamp 9.2.24.

2017-11-06 Thread Tom Lane
Peter Geoghegan writes: > On Mon, Nov 6, 2017 at 2:47 PM, Michael Paquier > wrote: >> 9.2.24 is the last of the 9.2-series, November being the last minor >> release after the 5-year community support window. > We already removed 9.2 from the website, though. [ shrug... ] Somebody jumped the gu

Re: [COMMITTERS] pgsql: Stamp 9.2.24.

2017-11-06 Thread Vik Fearing
On 11/06/2017 11:23 PM, Peter Geoghegan wrote: > Tom Lane wrote: >> Stamp 9.2.24. > > Uh, I thought 9.2 was EOL. Actual EOL is always the next minor version after the expiration date. Otherwise, it'd be the version before the expiration date which is naturally too soon. -- Vik Fearing

[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