pgsql: Fix outdated comment; all running bgworkers are in BackendList - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix outdated comment; all running bgworkers are in BackendList
Date
Msg-id E1sZctY-002FGC-1Z@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Switch PgStat_Kind from an enum to a uint32 type
Next
From: Thomas Munro
Date:
Subject: pgsql: Skip citext_utf8 test on Windows.