Thread: pgsql: Bump minimum version of Bison to 2.3

pgsql: Bump minimum version of Bison to 2.3

From
John Naylor
Date:
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(-)