Re: Custom C function - is palloc broken?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: "Nathan Thatcher" <n8thatcher(at)gmail(dot)com>
Cc: "Craig Ringer" <craig(at)postnewspapers(dot)com(dot)au>, "Dan Heron Myers" <heron(at)xnapid(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Custom C function - is palloc broken?
Date: 2008-05-05 07:07:37
Message-ID: 20080505090737.59aaebbf@mha-laptop.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nathan Thatcher wrote:
> So what options does that leave all of us who need to compile and run
> our custom C functions in Windows?

Debug further :-)

Because it's certainly possible to do it. IIRC, PostGIS for 8.3 is
build with MingW and it works fine. And other extensions are known
working when built with MSVC Express. So it should work in principle,
we just need to figure out exactly what the issue is in this specific
case.

I'm still thinking gettext could be the issue here.

//Magnus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message js 2008-05-05 07:43:46 Request for Materialized Views
Previous Message Nathan Thatcher 2008-05-05 03:53:01 Re: Custom C function - is palloc broken?