pgsql: Clarify where various catcache.h dlist_nodes are used

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify where various catcache.h dlist_nodes are used
Date: 2026-01-06 01:39:56
Message-ID: E1vcw39-004kVQ-2P@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify where various catcache.h dlist_nodes are used

Also remove a comment which mentions we don't currently divide the
per-cache lists into hash buckets. Since 473182c95, we do.

Author: ChangAo Chen <cca5507(at)qq(dot)com>
Discussion: https://postgr.es/m/tencent_7732789707C8768EA13785A7B5EA29103208@qq.com

Branch
------
master

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

Modified Files
--------------
src/include/utils/catcache.h | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2026-01-06 02:02:01 pgsql: doc: Fix outdated doc in pg_rewind.
Previous Message Masahiko Sawada 2026-01-05 23:50:40 pgsql: pg_visibility: Fix incorrect buffer lock description in comment.