Re: using palloc in extension functions in c

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: using palloc in extension functions in c
Дата
Msg-id 20041031140447.GA81568@winnie.fuhr.org
обсуждение исходный текст
Ответ на using palloc in extension functions in c  (Kjetil Haaland <kjetil.haaland@student.uib.no>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: help using count in function
Следующее
От: John Fabiani
Дата:
Сообщение: moving from MySQL to Postgres