Bump minimum version of Bison to 2.3
authorJohn Naylor <john.naylor@postgresql.org>
Tue, 6 Sep 2022 04:41:58 +0000 (11:41 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Fri, 9 Sep 2022 05:31:41 +0000 (12:31 +0700)
commitb086a47a270fba133969e78f1fb9e264725d97ae
treecf280575aec027f770f2f7e0a9a56684537cf924
parent96683db880cab7791006fcc13416d67f6230a2f7
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
13 files changed:
config/programs.m4
configure
contrib/cube/cubeparse.y
contrib/seg/segparse.y
doc/src/sgml/install-windows.sgml
doc/src/sgml/installation.sgml
src/backend/bootstrap/bootparse.y
src/backend/parser/gram.y
src/backend/replication/repl_gram.y
src/backend/replication/syncrep_gram.y
src/backend/utils/adt/jsonpath_gram.y
src/pl/plpgsql/src/pl_gram.y
src/tools/msvc/pgbison.pl