pgsql: pg_buffercache: Remove unused fields from BufferCacheNumaRec

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_buffercache: Remove unused fields from BufferCacheNumaRec
Date: 2025-11-23 04:38:00
Message-ID: E1vN1rL-000vhs-36@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_buffercache: Remove unused fields from BufferCacheNumaRec

These fields have been added in commit ba2a3c2302f, and have never been
used. While on it, this commit moves a comment that was out of place,
improving it.

Author: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Discussion: https://postgr.es/m/aSBOKX6pLJzumbmF@ip-10-97-1-34.eu-west-3.compute.internal

Branch
------
master

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

Modified Files
--------------
contrib/pg_buffercache/pg_buffercache_pages.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-11-23 14:05:07 pgsql: psql: Improve tab-completion for PREPARE.
Previous Message Tom Lane 2025-11-23 00:44:33 pgsql: Add SupportRequestInlineInFrom planner support request.