Document WaitForBackgroundWorkerShutdown and fix bgworker typo

Started by Daniel Gustafssonabout 8 years ago3 messagesdocs
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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 WaitForBackgroundWorkerStartup paragraph.

cheers ./daniel

Attachments:

bgworker.patchapplication/octet-stream; name=bgworker.patchDownload+13-3
#2Andres Freund
andres@anarazel.de
In reply to: Daniel Gustafsson (#1)
Re: Document WaitForBackgroundWorkerShutdown and fix bgworker typo

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 WaitForBackgroundWorkerStartup paragraph.

Pushed, after s/pass/passing/.

Thanks,

- Andres

#3Daniel Gustafsson
daniel@yesql.se
In reply to: Andres Freund (#2)
Re: Document WaitForBackgroundWorkerShutdown and fix bgworker typo

On 01 Mar 2018, at 17:46, Andres Freund <andres@anarazel.de> 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.sgml, and also fixes what I believe are
typos in the WaitForBackgroundWorkerStartup paragraph.

Pushed, after s/pass/passing/.

Right, that reads a lot better, thanks!

cheers ./daniel