On 8 Sep. 2016 3:47 am, "Robert Haas" <robertmhaas(at)gmail(dot)com> wrote:
>
> Of course, if we could decrease the startup cost of a bgworker
For this use in autonomous tx's we could probably pool workers. Or at least
lazily terminate them so that the loop cases work better by re-using an
existing bgworker.
I'm pretty sure we're going to need a bgworker pool sooner or later anyway.