From 8b878bffa8d8ac7e13508025c3ca5e6101e3a5e8 Mon Sep 17 00:00:00 2001 From: John Naylor Date: Tue, 6 Sep 2022 11:41:58 +0700 Subject: Bump minimum version of Flex to 2.5.35 Since the retirement of some older buildfarm members, the oldest Flex that gets regular testing is 2.5.35. 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 499fd59bf04..c00ab2b4b2d 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -220,7 +220,7 @@ $ENV{MSBFLAGS}="/m"; Bison and Flex are required to build from Git, but not required when building from a release file. Only Bison versions 2.3 and later - will work. Flex must be version 2.5.31 or later. + will work. Flex must be version 2.5.35 or later. diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 7f7f8428e14..9daa656a048 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -314,7 +314,7 @@ su - postgres Flex and Bison 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 + to get Flex 2.5.35 or later and Bison 2.3 or later. Other lex and yacc programs cannot be used. -- cgit v1.2.3