Обсуждение: pgsql: Suppress FLEX_NO_BACKUP check for psqlscanslash.l.

Поиск
Список
Период
Сортировка

pgsql: Suppress FLEX_NO_BACKUP check for psqlscanslash.l.

От
Tom Lane
Дата:
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(-)