Re: Okay, DLLIMPORT is making me crazy - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Okay, DLLIMPORT is making me crazy
Date
Msg-id 491DF77B.6060105@hagander.net
Whole thread Raw
In response to Re: Okay, DLLIMPORT is making me crazy  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: "ORDER BY" clause prevents "UPDATE WHERE CURRENT OF"
Next
From: Tom Lane
Date:
Subject: Re: "ORDER BY" clause prevents "UPDATE WHERE CURRENT OF"