Re: PostgreSQL-13.3 parser.y with positional references by named references

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker )
Cc: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Domingo Alvarez Duarte <mingodad(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL-13.3 parser.y with positional references by named references
Date: 2021-07-07 15:14:53
Message-ID: 1836514.1625670893@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ilmari(at)ilmari(dot)org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=) writes:
> Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> writes:
>> On 04.07.21 17:58, Tom Lane wrote:
>>> When is "some time now"?

>> release 2.5 (2011-05-14)

> Do we support building on RHEL6? It only ships bison 2.4, so that would
> mean people building on that would have to install it seprately.

A quick look through the buildfarm shows these animals that would be
unhappy:

sysname | snapshot | l gaur | 2021-07-03 22:56:25 | configure: using bison (GNU Bison) 1.875
prairiedog | 2021-07-07 06:38:15 | configure: using bison (GNU Bison) 1.875
locust | 2021-07-07 07:15:22 | configure: using bison (GNU Bison) 2.3
longfin | 2021-07-07 04:39:09 | configure: using bison (GNU Bison) 2.3
sifaka | 2021-07-07 04:33:58 | configure: using bison (GNU Bison) 2.3
anole | 2021-07-01 15:50:38 | configure: using bison (GNU Bison) 2.4.1
gharial | 2021-07-05 08:00:48 | configure: using bison (GNU Bison) 2.4.1
walleye | 2021-07-07 06:55:35 | configure: using bison (GNU Bison) 2.4.2
jacana | 2021-07-06 03:00:44 | Jul 05 23:00:49 configure: using bison (GNU Bison) 2.4.2

(hmm, almost half of those are mine :-(). The main thing I take away
from this is that Apple is still shipping 2.3, which means that requiring
2.5 would completely break the ability to build on macOS without using
anything from homebrew or macports. That seems like moving the goalposts
pretty far for a minor developer-convenience feature.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-07-07 15:16:57 Re: "debug_invalidate_system_caches_always" is too long
Previous Message Boris Kolpackov 2021-07-07 15:09:41 Re: Pipeline mode and PQpipelineSync()