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