Re: C function extending postgres

Поиск
Список
Период
Сортировка
От Jonathan Daugherty
Тема Re: C function extending postgres
Дата
Msg-id 20050322002113.GH8156@vulcan.cprogrammer.org
обсуждение исходный текст
Ответ на C function extending postgres  (Theo Galanakis <Theo.Galanakis@lonelyplanet.com.au>)
Список pgsql-sql
#     ERROR:  could not load library "/usr/lib/pgsql/processinfo.so":
# /usr/lib/pgsql/processinfo.so: undefined symbol: proc_cpu_idle

My guess that you're not linking against the library that containts
'proc_cpu_idle' when you build your .so.  What's the build platform?

--  Jonathan Daugherty Command Prompt, Inc. - http://www.commandprompt.com/ PostgreSQL Replication & Support Services,
(503)667-4564
 


В списке pgsql-sql по дате отправления:

Предыдущее
От: Theo Galanakis
Дата:
Сообщение: C function extending postgres
Следующее
От: PFC
Дата:
Сообщение: Re: "Flattening" query result into columns