pgsql: Unbreak MSVC build broken by my port of flex check. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Unbreak MSVC build broken by my port of flex check.
Date
Msg-id E1QwxKc-0008N8-DT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Unbreak MSVC build broken by my port of flex check.

flex puts lex.backup in the current working directory regardless
of where the input and output are.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6a56a38f017718f23b001050e3a69662b83373da

Modified Files
--------------
src/tools/msvc/pgflex.pl |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pgrminclude, add code to skip includes with a marker comment.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Fix pgrminclude regex pattern.