summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2018-03-03 14:56:17 +0000
committerPeter Eisentraut2018-03-03 14:56:17 +0000
commit506652bcaea74a23d6f0a33923a7f558126b472d (patch)
tree664b6e45563a09d1616f13e245c04b8438a74dbc
parentf96f48113f97a45fe95d016e7b1afef4953616f0 (diff)
doc: Improve wording
-rw-r--r--doc/src/sgml/bgworker.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml
index 18ad2e45771..ac71fb2c41f 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, possibly another background worker.
+ called from a regular backend or another background worker.
</para>
<para>