Re: dynamic background workers - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: dynamic background workers
Date
Msg-id 1371523507.13762.9.camel@vanquo.pezone.net
Whole thread Raw
In response to dynamic background workers  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: dynamic background workers  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Fri, 2013-06-14 at 17:00 -0400, Robert Haas wrote:
> Alvaro's work on 9.3, we now have the ability to configure background
> workers via shared_preload_libraries.  But if you don't have the right
> library loaded at startup time, and subsequently wish to add a
> background worker while the server is running, you are out of luck.

We could tweak shared_preload_libraries so that it reacts sensibly to
reloads.  I basically gave up on that by writing
session_preload_libraries, but if there is more general use for that, we
could try.

(That doesn't invalidate your work, but it's a thought.)





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Patch to add support of "IF NOT EXISTS" to others "CREATE" statements
Next
From: Peter Eisentraut
Date:
Subject: Re: How do we track backpatches?