doc: Improve wording
authorPeter Eisentraut
Sat, 3 Mar 2018 14:56:17 +0000 (09:56 -0500)
committerPeter Eisentraut
Sat, 3 Mar 2018 14:56:17 +0000 (09:56 -0500)
doc/src/sgml/bgworker.sgml

index 18ad2e457713ad79285b350b524a173698304adc..ac71fb2c41f968d0c7c009ff54af3aac50fe8cdd 100644 (file)
@@ -41,7 +41,7 @@
   *worker, BackgroundWorkerHandle **handle).  Unlike
   RegisterBackgroundWorker, which can only be called from within
   the postmaster, RegisterDynamicBackgroundWorker must be
-  called from a regular backend, possibly another background worker.
+  called from a regular backend or another background worker.