Re: writing backend extensions using Visual Studio

Greg Landrum <[email protected]> Sat, 26 Mar 2005 08:39:20 -0800
Newsgroups gmane.comp.db.postgresql.devel.win32
Message-ID <[email protected]>
On Sat, 26 Mar 2005 11:25:27 -0500, Andrew Dunstan <[email protected]> wrote:
> 
> Do we actually support building backend extensions with anything other
> than our standard build environment? I know we support building libpq
> using MSVC, but that is for client use. I'm not even mildly surprised
> that building a backend extension with MSVC breaks.

This goes a long way towards answering my question. 

So given that I want to work with backend extensions on windows, I
need to pull down a copy of mingw and use that?

-greg

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match