Fix outdated comment; all running bgworkers are in BackendList

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: ef4c35b4166e3c99558eba1bc324b2fde61d6ed5
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2024-08-01T20:23:47Z
Releases: 18.0
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

Files

PathChange+/−
src/include/postmaster/bgworker_internals.h modified +4 −4

Discussion