From 506652bcaea74a23d6f0a33923a7f558126b472d Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Sat, 3 Mar 2018 09:56:17 -0500
Subject: doc: Improve wording
---
doc/src/sgml/bgworker.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc/src/sgml/bgworker.sgml')
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). 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.
--
cgit v1.2.3