Re: replace plugins directory with GUC - Mailing list pgsql-hackers

From Tom Lane
Subject Re: replace plugins directory with GUC
Date
Msg-id 25438.1358262785@sss.pgh.pa.us
Whole thread Raw
In response to Re: replace plugins directory with GUC  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Here is a patch, with some_clever_name = user_loadable_libraries.

Shouldn't user_loadable_libraries be PGC_SUSET?  PGC_SIGHUP is typically
used when the same setting must apply in all active sessions, but it's
not clear why such a restriction must be made for this.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: strange OOM errors with EXECUTE in PL/pgSQL
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] COPY .. COMPRESSED