pgsql: Detect out of date flex in MSVC builds. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Detect out of date flex in MSVC builds.
Date
Msg-id E1QyQsw-0001qS-Dy@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix parsing of time string followed by yesterday/today/tomorrow.
Next
From: Robert Haas
Date:
Subject: pgsql: Add --if-exists option to dropdb and dropuser.