Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
commita3e39f83632935911bc159154a33e89495f4a676
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 04:43:46 +0000 (19 00:43 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2016 04:43:46 +0000 (19 00:43 -0400)
tree7504b5551b9b600fb9b2c1d13450e23192fdbbab
parent0ea9efbe9ec1bf07cc6ae070bdd54700af08e44d
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.
src/bin/psql/Makefile