Minimum bison and flex versions
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Cc: Andres Freund <andres@anarazel.de>
Date: 2022-09-02T19:08:01Z
Lists: pgsql-hackers
Attachments
- bisonversions (text/plain)
- flexversions (text/plain)
Per the meson thread, we also need to have a conversation about what's the oldest bison and flex versions still worth supporting. The ones that had been our reference points are no longer represented in the buildfarm, and it seems not likely to be worth resurrecting copies of those. As fodder for discussion, here's a scraping of the currently-tested versions. (This counts only animals running configure, ie not MSVC. Also, my query looked back a few months, so some recently-dead animals are still here.) regards, tom lane
Commits
-
Bump minimum version of Flex to 2.5.35
- 8b878bffa8d8 16.0 landed
-
Bump minimum version of Bison to 2.3
- b086a47a270f 16.0 landed