Re: [BUGS] Patch to allow C extension modules to initialize/finish

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] Patch to allow C extension modules to initialize/finish
Дата
Msg-id 12373.1155064698@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Patch to allow C extension modules to initialize/finish  ("Ralf S. Engelschall" <rse@engelschall.com>)
Ответы Re: [BUGS] Patch to allow C extension modules to initialize/finish
Список pgsql-hackers
"Ralf S. Engelschall" <rse@engelschall.com> writes:
> Hence I propose the patch below (applies to PostgreSQL 8.1.4) which
> mimics the dlopen(3) and dlclose(3) behaviour of some Unix platforms
> and resolves and calls _PG_init and _PG_fini functions of an extension
> module right after/before the pg_dlopen/pg_dlclose calls in the FMGR.

Patch applied, with consequent changes to simplify preload_libraries
feature in favor of using _PG_init().
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Add detail on packages: > > A package would be a
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: buildfarm - make check failures for leveret on 8.0