Re: using palloc in extension functions in c - Mailing list pgsql-novice

From Michael Fuhr
Subject Re: using palloc in extension functions in c
Date
Msg-id 20041031140447.GA81568@winnie.fuhr.org
Whole thread Raw
In response to using palloc in extension functions in c  (Kjetil Haaland <kjetil.haaland@student.uib.no>)
List pgsql-novice
On Wed, Oct 27, 2004 at 01:59:56PM +0200, Kjetil Haaland wrote:
>
> bash-2.05b$ gcc smith-waterman.c
> /tmp/cc0X3Urq.o(.text+0x4dd): In function `readScoreMatrix':
> : undefined reference to `CurrentMemoryContext'
> /tmp/cc0X3Urq.o(.text+0x4e5): In function `readScoreMatrix':
> : undefined reference to `MemoryContextAlloc'
> collect2: ld returned 1 exit status

See the "Compiling and Linking Dynamically-Loaded Functions"
documentation:

http://www.postgresql.org/docs/7.4/static/xfunc-c.html#DFUNC

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-novice by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: help using count in function
Next
From: John Fabiani
Date:
Subject: moving from MySQL to Postgres