pgsql: Detect out of date flex in MSVC builds.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Detect out of date flex in MSVC builds.
Date: 2011-08-30 16:09:58
Message-ID: E1QyQsw-0001qS-Dy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Detect out of date flex in MSVC builds.

Per recent discussion, following a report from Quan Zongliang.
The same logic is used as in pgbison.pl.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/94478aa8b1a19cb0cb423cbc1f8167a4275ad30a

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-08-30 16:14:49 pgsql: Add --if-exists option to dropdb and dropuser.
Previous Message Robert Haas 2011-08-30 15:39:02 pgsql: Fix parsing of time string followed by yesterday/today/tomorrow.