Re: dynamic loading of .so
От
Douglas McNaught
Тема
Re: dynamic loading of .so
Дата
Msg-id
m2k6gdyp25.fsf@Douglas-McNaughts-Powerbook.local
Ответ на
Список
Дерево обсуждения
dynamic loading of .so TJ O'Donnell <tjo@acm.org>
Re: dynamic loading of .so Douglas McNaught <doug@mcnaught.org>
Re: dynamic loading of .so <cristian@clickdiario.com>
Re: dynamic loading of .so Douglas McNaught <doug@mcnaught.org>
Re: dynamic loading of .so Tom Lane <tgl@sss.pgh.pa.us>
Re: dynamic loading of .so "Cristian Prieto" <cristian@clickdiario.com>
writes: > are there any way to make them global for all the instances? Put them in shared memory. This probably isn't trival, as all the shared memory is allocated up front and used for existing purposes (at least, as I understand it). I guess you could always allocate your own shmem segment, but managing it (and making sure it goes away when the backend exits) would be a pain. -Doug
В списке pgsql-general по дате отправления