Re: Extensions User Design

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Extensions User Design
Дата
Msg-id 87k52sxx4o.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на Re: Extensions User Design  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:
> I have zero interest in trying to support either.  I doubt it's even
> possible --- the backend code has no way to inform the dynamic loader
> how to resolve cross-library references.  So if the DL doesn't already
> understand the dependency it's never going to work.

Ok, that means less work for the extension facility (it was not
targetted for it's first incarnation anyway) stuff.

FWIW, I had in mind to use the dependancy information in the extension
meta-data to issue more than one "dlopen()" when a plugin function is
called. I'm being told that in my case linking uuid-ossp.so against
uuid.so should do the trick, though.

I'll drop the idea off the scope of the extension facility.

Regards,
-- 
dim


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Did COPY performance regression solve in 8.4rc2?
Следующее
От: Caleb Cushing
Дата:
Сообщение: single bit integer (TINYINT) revisited for 8.5