Re: dynamic loading of .so

Поиск
Список
Период
Сортировка
От Douglas McNaught
Тема Re: dynamic loading of .so
Дата
Msg-id m2k6gdyp25.fsf@Douglas-McNaughts-Powerbook.local
обсуждение исходный текст
Ответ на Re: dynamic loading of .so  (<cristian@clickdiario.com>)
Ответы Re: dynamic loading of .so  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
<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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: dynamic loading of .so
Следующее
От: Francisco Reyes
Дата:
Сообщение: Safe to kill idle connections?