Re: Document WaitForBackgroundWorkerShutdown and fix bgworker typo

2018-03-01 Thread Daniel Gustafsson
> On 01 Mar 2018, at 17:46, Andres Freund wrote: > > On 2018-02-09 23:43:26 +0100, Daniel Gustafsson wrote: >> WaitForBackgroundWorkerShutdown() was added in 924bcf4f16d, but never >> documented which seems like an oversight for such a useful function. The >> attached patch adds this to bgworker

Re: Document WaitForBackgroundWorkerShutdown and fix bgworker typo

2018-03-01 Thread Andres Freund
On 2018-02-09 23:43:26 +0100, Daniel Gustafsson wrote: > WaitForBackgroundWorkerShutdown() was added in 924bcf4f16d, but never > documented which seems like an oversight for such a useful function. The > attached patch adds this to bgworker.sgml, and also fixes what I believe are > typos in the Wa