doc: Improve wording

This commit is contained in:
Peter Eisentraut 2018-03-03 09:56:17 -05:00
parent f96f48113f
commit 506652bcae
1 changed files with 1 additions and 1 deletions

View File

@ -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, possibly another background worker.
called from a regular backend or another background worker.
</para>
<para>