Re: pure parsers and reentrant scanners - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pure parsers and reentrant scanners
Date
Msg-id 1869527.1736434383@sss.pgh.pa.us
Whole thread Raw
In response to Re: pure parsers and reentrant scanners  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes:
> The second patch contemplates raising the minimum required flex version, 
> but what to?

Meh, let's just rip out the version check.  It's no longer very
relevant.  Nobody is going to be using anything older than 2.5.35.
While 2.5.35 produces compile warnings, it does still work, so
rejecting it with a changed version check seems unnecessary.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Ilia Evdokimov
Date:
Subject: Re: Sample rate added to pg_stat_statements
Next
From: Bertrand Drouvot
Date:
Subject: Re: Make pg_stat_io view count IOs as bytes instead of blocks