From: Peter Eisentraut Date: Sat, 3 Mar 2018 14:56:17 +0000 (-0500) Subject: doc: Improve wording X-Git-Tag: REL_11_BETA1~665 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=506652bcaea74a23d6f0a33923a7f558126b472d;p=thirdparty%2Fpostgresql.git doc: Improve wording --- 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.