pgsql: Unbreak MSVC build broken by my port of flex check.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Unbreak MSVC build broken by my port of flex check.
Date: 2011-08-26 14:24:26
Message-ID: E1QwxKc-0008N8-DT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-08-26 14:33:21 pgsql: Fix pgrminclude regex pattern.
Previous Message Bruce Momjian 2011-08-26 14:09:37 pgsql: In pgrminclude, add code to skip includes with a marker comment.