Re: VS 2015 support in src/tools/msvc

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: VS 2015 support in src/tools/msvc
Date: 2016-03-19 23:06:08
Message-ID: 56EDDB60.4060506@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 03/08/2016 07:40 PM, Michael Paquier wrote:
> On Wed, Mar 9, 2016 at 1:07 AM, Andrew Dunstan <andrew(at)dunslane(dot)net> wrote:
>> Michael's patch proposes to replace the use of sed to generate probes.h with
>> the perl equivalent everywhere. That has the advantage that we keep to one
>> script to generate probes.h, but it does impose a perl dependency.
> Good point. It did not occur to me that this would bring a hard
> dependency for non-Windows builds. Let's keep both scripts then. The
> attached is changed to do so.

Actually, it wasn't, but I fixed it and committed it.

Still to do: the non-perl pieces.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitrii Golub 2016-03-20 00:09:17 Re: unexpected result from to_tsvector
Previous Message Jeff Janes 2016-03-19 22:41:41 Re: pgbench stats per script & other stuff