pgsql: Accept flex > 2.5.x on Windows, too.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Accept flex > 2.5.x on Windows, too.
Date: 2015-12-10 15:19:57
Message-ID: E1a730f-0002TE-59@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Accept flex > 2.5.x on Windows, too.

Commit 32f15d05c fixed this in configure, but missed the similar check
in the MSVC scripts.

Michael Paquier, per report from Victor Wagner

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b3e377a004511df45dcd6bc58353ce1f44932433

Modified Files
--------------
src/tools/msvc/pgflex.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-12-10 15:50:20 pgsql: Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Previous Message Tom Lane 2015-12-09 23:54:56 pgsql: Simplify LATERAL-related calculations within add_paths_to_joinre