Re: pre_load_libraries

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: pre_load_libraries
Дата
Msg-id 20060713071603.GA14177@svana.org
обсуждение исходный текст
Ответ на Re: pre_load_libraries  (Marc Munro <marc@bloodnok.com>)
Список pgsql-hackers
On Wed, Jul 12, 2006 at 06:47:56PM -0700, Marc Munro wrote:
> On a related note, I can see no way to release Veil's shared memory
> segment when postgres is shut down.   Perhaps I should be thinking about
> making the management of such shared memory segments something that
> postgres does on behalf of its add-ins, though that seems presumptious.

The easiest way is to simply delete the shared memory segment after
you've done the shmat(). The shmat() will hold onto it until postgres
quits and then be cleaned up by the OS.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

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

Предыдущее
От: "Andrew Hammond"
Дата:
Сообщение: postgresql.conf basic analysis tool
Следующее
От: "Zeugswetter Andreas DCP SD"
Дата:
Сообщение: Re: Implied Functional Index use