Re: Okay, DLLIMPORT is making me crazy

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Okay, DLLIMPORT is making me crazy
Date: 2008-11-14 22:11:07
Message-ID: 491DF77B.6060105@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> ... meanwhile, the MSVC port has got its own issues:
>
> Generating win32ver.rc for src\backend
> Building src\pl\plperl\SPI.c...
> Could not determine contrib module type for intagg
> at build.pl line 37
>
> I am not sure what if anything that script needs to do for a contrib
> module with no .c files.

It just needs to be excluded from the build step (it should still be
included in install, AFAICS). Will fix right away.

//Magnus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-11-14 22:24:05 Re: "ORDER BY" clause prevents "UPDATE WHERE CURRENT OF"
Previous Message Tom Lane 2008-11-14 22:06:04 Re: "ORDER BY" clause prevents "UPDATE WHERE CURRENT OF"