Re: Remove unused fields from BufferCacheNumaRec

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Remove unused fields from BufferCacheNumaRec
Date: 2025-11-22 23:23:22
Message-ID: aSJF6lCevilCZHpq@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 21, 2025 at 11:34:01AM +0000, Bertrand Drouvot wrote:
> While working on [1], I noticed that there are unused fields in BufferCacheNumaRec
> since ba2a3c2302f.
>
> Also, I noticed that a comment was not at the correct location in
> pg_buffercache_numa_pages().
>
> The attached takes care of both.
>
> [1]: https://www.postgresql.org/message-id/aR9I29QgGdyUMkJq%40ip-10-97-1-34.eu-west-3.compute.internal

It seems to me that you are right here. Will appl, thanks.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dian Fay 2025-11-23 00:43:40 Re: pg_plan_advice
Previous Message Michael Paquier 2025-11-22 23:17:20 Re: Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY