Re: Building Windows Server Extensions Using VC++ 2005 - Mailing list pgsql-hackers

From Charlie Savage
Subject Re: Building Windows Server Extensions Using VC++ 2005
Date
Msg-id 43922918.3010402@interserv.com
Whole thread Raw
In response to Re: Building Windows Server Extensions Using VC++ 2005  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
List pgsql-hackers
Not really.  This is for building VC++ extensions that work with 
Postgresql for Windows, which is built using MinGW.  Thus it allows you 
to build extensions with VC++ that work with Postgresql "out-of-the-box" 
on the Windows platform.

In contrast, the link below is for rebuilding Postgresql itself, but 
with VC++ instead of MinGW.

Charlie

Qingqing Zhou wrote:
> "Charlie Savage" <cfis@interserv.com> wrote
>> I've been able to successfully build server extension using Visual
>> Studio 2005 for Windows Postgresql 8.1.  However, it took a few tweaks
>> which I thought I should document (maybe these issues could be fixed in
>> future postgresql versions?):
>>
>>
> 
> Is this one related?
> 
> http://pgfoundry.org/projects/vcproject/
> 
> Regards,
> Qingqing 
> 
> 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: SERIAL type feature request
Next
From: Simon Riggs
Date:
Subject: Re: Reducing relation locking overhead