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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated comment; all running bgworkers are in BackendList
Date: 2024-08-01 20:59:32
Message-ID: E1sZctY-002FGC-1Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2024-08-01 22:51:27 pgsql: Skip citext_utf8 test on Windows.
Previous Message Michael Paquier 2024-08-01 19:51:21 pgsql: Switch PgStat_Kind from an enum to a uint32 type