Re: shared_preload_libraries support on Win32?
От | Tom Lane |
---|---|
Тема | Re: shared_preload_libraries support on Win32? |
Дата | |
Msg-id | 19659.1170104211@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: shared_preload_libraries support on Win32? (Alvaro Herrera <alvherre@commandprompt.com>) |
Ответы |
Re: shared_preload_libraries support on Win32?
|
Список | 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 по дате отправления: