pgsql: Use yylex_init not yylex_init_extra(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Use yylex_init not yylex_init_extra().
Date
Msg-id E1ah91r-0000YL-RY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use yylex_init not yylex_init_extra().

Older versions of flex don't have the latter.  Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ff0a7e6167f475672d82d1cd7cd0d5e735154c4d

Modified Files
--------------
src/bin/psql/psqlscan.l | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix missed update in _readForeignScan().