From: Peter Eisentraut Date: Sat, 3 Mar 2018 14:56:17 +0000 (-0500) Subject: doc: Improve wording X-Git-Url: http://git.postgresql.org/gitweb/static/close/reject?a=commitdiff_plain;h=506652bcaea74a23d6f0a33923a7f558126b472d;p=users%2Frhaas%2Fpostgres.git doc: Improve wording --- diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index 18ad2e4577..ac71fb2c41 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.