Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5b2a8cf

Browse files
committed
doc: clarify use of RegisterDynamicBackgroundWorker
Document likely use of RegisterDynamicBackgroundWorker by another background worker. Reported-by: Chapman Flack Discussion: https://postgr.es/m/CAB7nPqTdi=J9HH8PPPiEOohebdd+xkgbbhdY7=VbGnZ3CkZXxA@mail.gmail.com Author: Chapman Flack
1 parent 434e6e1 commit 5b2a8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/bgworker.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*worker, BackgroundWorkerHandle **handle</type>)</function>. Unlike
4242
<function>RegisterBackgroundWorker</function>, which can only be called from within
4343
the postmaster, <function>RegisterDynamicBackgroundWorker</function> must be
44-
called from a regular backend.
44+
called from a regular backend, possibly another background worker.
4545
</para>
4646

4747
<para>

0 commit comments

Comments
 (0)