| From: | Victor Wagner <vitus(at)wagner(dot)pp(dot)ru> |
|---|---|
| To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
| Cc: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Is postgresql on Windows compatible with flex 2.6.0? |
| Date: | 2015-12-10 13:36:18 |
| Message-ID: | 20151210163618.6e2ef67e@fafnir.local.vm |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, 10 Dec 2015 21:19:46 +0900
Michael Paquier <michael(dot)paquier(at)gmail(dot)com> wrote:
> On Thu, Dec 10, 2015 at 5:45 PM, Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>
> > Postgres seems to compile fine with flex 2.6.0.
>
> It seems that 32f15d05 missed to update its equivalent in
> src/tools/msvc. Per se the patch attached as you already found out.
May be it is better to use Perl standard module version to compare
version number.
something like:
use version;
unless (version->parse($flexver) > version->parse("2.5.31"))
Postgres requires relatively recent Perl. Version objects appeared in
Perl 5.10 and most people would have something newer.
--
Victor Wagner
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2015-12-10 13:55:54 | Re: Rework the way multixact truncations work |
| Previous Message | Stas Kelvich | 2015-12-10 12:41:39 | Re: Speedup twophase transactions |