dynamic loading of c-functions

Поиск
Список
Период
Сортировка
От TJ O'Donnell
Тема dynamic loading of c-functions
Дата
Msg-id 3054.209.223.166.104.1121967621.squirrel@www.gnova.com
обсуждение исходный текст
Ответы Re: dynamic loading of c-functions  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
It is clear from the manual that c-functions can cause the dynamic loading
of .so's and that subsequent usage in the same database session will use
the already loaded function.  But, when the session is done, will the loaded
function remain in the server for subsequent sessions?
When/how does a dynamically loaded .so get unloaded?
I want to avoid preloading .so's at server startup, but also avoid dynamically
loading them for ~every~ session.

TJ



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

Предыдущее
От: "Rose, Juergen"
Дата:
Сообщение: Insert into ... Select ... From ... too intelligent transaction
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: dynamic loading of c-functions