Re: Configuring bgw_restart_time

2019-08-13 Thread Craig Ringer
On Tue, 13 Aug 2019 at 20:37, Jeremy Finzel wrote: > I am working on an extension that uses background workers, and interested > in adding code for it to auto-restart after a crash or server restart > (similar to as-coded in worker_spi). > What pglogical does for this is use dynamic background w

Configuring bgw_restart_time

2019-08-13 Thread Jeremy Finzel
I am working on an extension that uses background workers, and interested in adding code for it to auto-restart after a crash or server restart (similar to as-coded in worker_spi). But I'm also interested in being able to configure bgw_restart_time using a GUC without having to restart the server,