Re: pgsql: Add transforms feature

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add transforms feature
Date: 2015-04-27 12:21:09
Message-ID: 553E29B5.9000102@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 4/27/15 2:23 AM, Michael Paquier wrote:
> On Mon, Apr 27, 2015 at 1:36 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>>> Add transforms feature
>>
>> I don't know why this patch is fooling around with compile/link flags,
>> but it's broken at least prairiedog and some of the Windows critters.
>
> It breaks as well on all the Windows machines using MS or VC toolchains...

The failure on bowerbird (Windows msvc) is because the build system
needs to be told to add additional include directories to the compilation.

The failure on frogmouth (Windows gcc) is because of some conflict with
perl headers. I must have missed a trick that was already in use for
plperl.

Help in either case, but especially the first one, is welcome.

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-04-27 14:56:57 pgsql: Fix vcbuild failures and chkpass dependency caused by 854adb8
Previous Message Michael Paquier 2015-04-27 06:23:11 Re: pgsql: Add transforms feature

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2015-04-27 12:25:11 Re: forward vs backward slashes in msvc build code
Previous Message Michael Paquier 2015-04-27 11:47:11 Re: Missing importing option of postgres_fdw