dynamic loading of c-functions - Mailing list pgsql-general

From TJ O'Donnell
Subject dynamic loading of c-functions
Date
Msg-id 3054.209.223.166.104.1121967621.squirrel@www.gnova.com
Whole thread Raw
Responses Re: dynamic loading of c-functions
List 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 by date:

Previous
From: "Rose, Juergen"
Date:
Subject: Insert into ... Select ... From ... too intelligent transaction
Next
From: Martijn van Oosterhout
Date:
Subject: Re: dynamic loading of c-functions