From b086a47a270fba133969e78f1fb9e264725d97ae Mon Sep 17 00:00:00 2001 From: John Naylor Date: Tue, 6 Sep 2022 11:41:58 +0700 Subject: 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 --- doc/src/sgml/install-windows.sgml | 2 +- doc/src/sgml/installation.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 11e153578c0..499fd59bf04 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -219,7 +219,7 @@ $ENV{MSBFLAGS}="/m"; Bison and Flex are required to build from Git, but not required when building from a release - file. Only Bison 1.875 or versions 2.2 and later + file. Only Bison versions 2.3 and later will work. Flex must be version 2.5.31 or later. diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 70d188e2bc4..7f7f8428e14 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -315,7 +315,7 @@ su - postgres are needed to build from a Git checkout, or if you changed the actual scanner and parser definition files. If you need them, be sure to get Flex 2.5.31 or later and - Bison 1.875 or later. Other lex + Bison 2.3 or later. Other lex and yacc programs cannot be used. -- cgit v1.2.3