pgsql: Bump minimum version of Bison to 2.3

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Bump minimum version of Bison to 2.3
Date: 2022-09-09 05:38:06
Message-ID: E1oWWiM-0026St-BE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bump minimum version of Bison to 2.3

Since the retirement of some older buildfarm members, the oldest Bison
that gets regular testing is 2.3. MacOS ships that version, and will
continue doing so for the forseeable future because of Apple's policy
regarding GPLv3. While Mac users could use a package manager to install
a newer version, there is no compelling reason to force them do so at
this time.

Reviewed by Andres Freund
Discussion: https://www.postgresql.org/message-id/1097762.1662145681@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b086a47a270fba133969e78f1fb9e264725d97ae

Modified Files
--------------
config/programs.m4 | 8 ++++----
configure | 6 +++---
contrib/cube/cubeparse.y | 5 +----
contrib/seg/segparse.y | 5 +----
doc/src/sgml/install-windows.sgml | 2 +-
doc/src/sgml/installation.sgml | 2 +-
src/backend/bootstrap/bootparse.y | 5 +----
src/backend/parser/gram.y | 5 +----
src/backend/replication/repl_gram.y | 5 +----
src/backend/replication/syncrep_gram.y | 5 +----
src/backend/utils/adt/jsonpath_gram.y | 5 +----
src/pl/plpgsql/src/pl_gram.y | 5 +----
src/tools/msvc/pgbison.pl | 2 +-
13 files changed, 18 insertions(+), 42 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2022-09-09 05:56:13 pgsql: Bump minimum version of Flex to 2.5.35
Previous Message John Naylor 2022-09-09 04:46:59 pgsql: Add jsonpath_gram.h to list of distprep targets