Re: writing & flushing C extensions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: writing & flushing C extensions
Дата
Msg-id 9658.1003241510@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: writing & flushing C extensions  ("John P. Looney" <john@antefacto.com>)
Список pgsql-general
"John P. Looney" <john@antefacto.com> writes:
>  Just out of curiousity - does "LOAD" also flush other libraries that the
> postgres extension is linked against ?

Good question.  It'd depend on what dlclose() (or local equivalent) does
on your platform.  My guess is "probably not", since to do so
the dynamic loader would need to keep a lot of state about which
libraries had been loaded as a result of dependencies and whether any
other libraries still loaded had dependencies on them too.

            regards, tom lane

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

Предыдущее
От: "Henshall, Stuart - WCP"
Дата:
Сообщение: Re: WWW interface for postgres
Следующее
От: "Henshall, Stuart - WCP"
Дата:
Сообщение: Re: VACUUM, 24/7 availability and 7.2