aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-11-14 11:00:49 +0100
committerPeter Eisentraut <peter@eisentraut.org>2023-11-14 11:00:49 +0100
commitb41b1a7f490093643ce2080d1cf9323e24423eb8 (patch)
treee5b8d1168f242db51d5375c5169074b0063a6fe5
parente7814b40d02582238b14d838c2458825d9170178 (diff)
downloadpostgresql-b41b1a7f490093643ce2080d1cf9323e24423eb8.tar.gz
postgresql-b41b1a7f490093643ce2080d1cf9323e24423eb8.zip
doc: Update note about Bison and Flex build requirements
Updating the Windows-specific chapter was forgotten by 721856ff24.
-rw-r--r--doc/src/sgml/install-windows.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index d2cc688c1f7..27cb82ba14e 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -218,8 +218,7 @@ $ENV{MSBFLAGS}="/m";
<listitem>
<para>
<productname>Bison</productname> and <productname>Flex</productname> are
- required to build from Git, but not required when building from a release
- file. Only <productname>Bison</productname> versions 2.3 and later
+ required. Only <productname>Bison</productname> versions 2.3 and later
will work. <productname>Flex</productname> must be version 2.5.35 or later.
</para>