shared_preload_libraries support on Win32?
От | |
---|---|
Тема | shared_preload_libraries support on Win32? |
Дата | |
Msg-id | 1170087948.8452.139.camel@sakai.localdomain обсуждение исходный текст |
Ответы |
Re: shared_preload_libraries support on Win32?
|
Список | pgsql-hackers |
(working on the PL debugger...) <br /><br /> It appears that the libraries listed in shared_preload_libraries will *not*be inherited by spawned backends on Win32 platforms.<br /><br /> Do we have to do something special to make that work?<br/><br /> Using ProcessExplorer (from sysinternals.com), I can see that my plugins are loaded into the postmaster,but not into the individual backends.<br /><br /> If I set local_preload_libraries equal to shared_preload_libraries,the plugins are loaded into the backends as expected (so it seems unlikely that I have a pathnameor permissions problem).<br /><br /> Should we just call process_shared_preload_libraries() after calling read_nondefault_variables()(in SubPostmasterMain())?<br /><br /> -- Korry<br /><table cellpadding="0" cellspacing="0"width="100%"><tr><td><br /><br /> --<br /> Korry Douglas <a href="mailto:korryd@enterprisedb.com">korryd@enterprisedb.com</a><br/> EnterpriseDB <a href="http://www.enterprisedb.com">http://www.enterprisedb.com</a></td></tr></table>
В списке pgsql-hackers по дате отправления: