Re: base_yylex undefined in src/interface/ecpg/preproc/parser.c

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Дилян Палаузов <dpa-postgres@aegee.org>
Cc: pgsql-bugs@postgresql.org
Date: 2016-12-11T20:04:53Z
Lists: pgsql-bugs
I wrote:
> Looks like it's time to pay down that technical debt.

Patch pushed --- could you confirm things work with that new flex version?

			regards, tom lane


Commits

  1. Use "%option prefix" to set API names in ecpg's lexer.

  2. Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.