(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>