pgsql: Use yylex_init not yylex_init_extra().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use yylex_init not yylex_init_extra().
Date: 2016-03-19 05:02:23
Message-ID: E1ah91r-0000YL-RY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-19 05:20:40 pgsql: Fix missed update in _readForeignScan().
Previous Message Tom Lane 2016-03-19 04:43:51 pgsql: Suppress FLEX_NO_BACKUP check for psqlscanslash.l.