Use yylex_init not yylex_init_extra().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ff0a7e6167f475672d82d1cd7cd0d5e735154c4d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-03-19T05:02:18Z
Releases: 9.6.0
Use yylex_init not yylex_init_extra().

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

Files

PathChange+/−
src/bin/psql/psqlscan.l modified +3 −1