pgsql: Add a comment to distinguish backend types - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Add a comment to distinguish backend types
Date
Msg-id E1wqFaa-00000001GZA-0NYu@gemulon.postgresql.org
Whole thread
List pgsql-committers
Add a comment to distinguish backend types

The data checksums entries were seemingly auxiliary processes from
reading the code, but they are in fact background workers.  Add a
comment to clarify.  Backpatch down to v19 where online checksums
were introduced.

Author: Daniel Gustafsson <daniel@yesql.se>
Reported-by: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/CAHGQGwFsBjQs2fv7b72hxzGV_fJMh6LAg4E83pNfDOu1jVgWCA@mail.gmail.com
Backpatch-through: 19

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7a0299a1348b563c72a57a2a40462e90af9dfbac

Modified Files
--------------
src/include/miscadmin.h | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Add list of major features to the v19 release notes.
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix glossary entry for data checksums workers