pgsql: Suppress FLEX_NO_BACKUP check for psqlscanslash.l. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
Date
Msg-id E1ah8jv-0000Ej-Md@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Suppress FLEX_NO_BACKUP check for psqlscanslash.l.

The existing infrastructure for FLEX_NO_BACKUP doesn't work reliably
when two lexers are built in parallel in the same directory.  We can
probably fix that, but as a short-term workaround, just don't make
the check for psqlscanslash.l.

Per buildfarm.

Branch
------
master

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

Modified Files
--------------
src/bin/psql/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Split psql's lexer into two separate .l files for SQL and backsl
Next
From: Tom Lane
Date:
Subject: pgsql: Use yylex_init not yylex_init_extra().