Re: renaming contrib. - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: renaming contrib.
Date
Msg-id m2vd44xag9.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: renaming contrib. (was multi-platform, multi-locale regression tests)  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> work will help with that somewhat, but there's still that nasty
> business of needing to update shared_preload_libraries and bounce the
> server, at least for some modules.

We have 45 contribs (ls -l contrib | grep -c ^d), out of which:
auto_explain  is shared_preload_libraries but I think could be              local_preload_libraries
pg_stat_statements is shared_preload_libraries (needs SHM)
and that's it

So my reading is that currently the only contrib module that needs more
than a server reload is pg_stat_statements, because it needs some shared
memory. Am I missing anything?

Ok, now I'll add the custom_variable_classes setting to the control
files in the extension's patch for the contribs that expose some of
them.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: multi-platform, multi-locale regression tests
Next
From: Andrew Dunstan
Date:
Subject: Re: renaming contrib. (was multi-platform, multi-locale regression tests)