pgsql: Suppress FLEX_NO_BACKUP check for psqlscanslash.l.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
Date: 2016-03-19 04:43:51
Message-ID: E1ah8jv-0000Ej-Md@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-19 05:02:23 pgsql: Use yylex_init not yylex_init_extra().
Previous Message Tom Lane 2016-03-19 04:25:07 pgsql: Split psql's lexer into two separate .l files for SQL and backsl