Re: custom C function problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dan \"Heron\" Myers" <heron(at)xnapid(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: custom C function problem
Date: 2008-05-04 01:04:13
Message-ID: 1845.1209863053@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Dan \"Heron\" Myers" <heron(at)xnapid(dot)com> writes:
> I'm wondering if maybe there is a dependency somewhere I'm missing. I
> link with postgres.lib to create the dll;

Oh, you're using Windows :-(. I make it my business to not know
anything about that platform, but perhaps you could get a clue by
looking at how the contrib modules are built (using whichever tool
chain you're using).

Or you could put in a few debugging printf's, or poke at it with a
debugger.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nathan Thatcher 2008-05-04 03:39:04 Custom C function - is palloc broken?
Previous Message Craig Ringer 2008-05-04 00:56:54 Re: large query by offset and limt