diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-01-24 13:20:37 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-01-24 13:20:37 -0500 |
commit | 5b2a8cf96f6fa4f2c98c9a4c32a5a387b4f69d6c (patch) | |
tree | deb068312f12109269ff7a60ab14c40dfc03dc38 /doc/src | |
parent | 434e6e1484418c55561914600de9e180fc408378 (diff) |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/bgworker.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index 4bc2b696b3f..e490bb8750e 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -41,7 +41,7 @@ *worker, BackgroundWorkerHandle **handle</type>)</function>. Unlike <function>RegisterBackgroundWorker</function>, which can only be called from within the postmaster, <function>RegisterDynamicBackgroundWorker</function> must be - called from a regular backend. + called from a regular backend, possibly another background worker. </para> <para> |