Thread: pgsql: Fix outdated comment; all running bgworkers are in BackendList

pgsql: Fix outdated comment; all running bgworkers are in BackendList

From
Heikki Linnakangas
Date:
Fix outdated comment; all running bgworkers are in BackendList

Before commit 8a02b3d732, only bgworkers that connected to a database
had an entry in the Backendlist. Commit 8a02b3d732 changed that, but
forgot to update this comment.

Discussion: https://www.postgresql.org/message-id/835232c0-a5f7-4f20-b95b-5b56ba57d741@iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ef4c35b4166e3c99558eba1bc324b2fde61d6ed5

Modified Files
--------------
src/include/postmaster/bgworker_internals.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)