Re: shared_preload_libraries support on Win32? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: shared_preload_libraries support on Win32?
Date
Msg-id 19659.1170104211@sss.pgh.pa.us
Whole thread Raw
In response to Re: shared_preload_libraries support on Win32?  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: shared_preload_libraries support on Win32?  (<korryd@enterprisedb.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> korryd@enterprisedb.com wrote:
>> You're right - we need the copy in the postmaster (to setup shared
>> memory and LW locks), and we need them in the backends too.

> Just make sure you don't load the libraries in bgwriter et al ...

I see that Korry's patch doesn't do that, but I'm wondering why exactly.
In a Unix environment such libraries *would* be propagated into bgwriter
and every other postmaster child; is there a reason for the setup on
Windows to be different?  In particular, what about autovacuum, which
ISTM should be as close to a standard backend as possible?

Either way we do it, authors of plugins used this way will have to test
both cases (I'm glad I insisted on EXEC_BACKEND mode being testable under
Unix ...)
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Henry B. Hotz"
Date:
Subject: Re: 10 weeks to feature freeze (Pending Work)
Next
From: Bruce Momjian
Date:
Subject: Re: Modifying and solidifying contrib