Re: shared_preload_libraries support on Win32?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: shared_preload_libraries support on Win32?
Дата
Msg-id 16024.1170097645@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: shared_preload_libraries support on Win32?  (<korryd@enterprisedb.com>)
Ответы Re: shared_preload_libraries support on Win32?  (<korryd@enterprisedb.com>)
Список pgsql-hackers
<korryd@enterprisedb.com> writes:
>> But in the new world of plugins there may be functional reasons for
>> wanting libraries to be loaded into backends --- and
>> shared_preload_libraries is not isomorphic to local_preload_libraries.
>> The permissions situation is different.

> And, shared_preload_libraries is processed (in the postmaster) before
> the shared-memory segment is created, so a shared_preload_library can
> call RequestAddinShmemSpace() and RequestAddinLWLocks(), but a
> local_preload_library cannot.

That doesn't seem like an issue though, since the copy in the postmaster
will have done that anyway.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: XML type and XPath
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: weird buildfarm failures on arm/mipsel and --with-tcl