Re: Remove unused fields from BufferCacheNumaRec

From: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Remove unused fields from BufferCacheNumaRec
Date: 2025-12-01 13:57:00
Message-ID: aS2erHanSI1FiN5M@ip-10-97-1-34.eu-west-3.compute.internal
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Thanks for having looked at it!

On Sun, Nov 23, 2025 at 12:27:08PM +0800, Chao Li wrote:
>
> As long as compile passes, that proves the removal of the unused fields is safe.

Most of the time, but not always, see [1].

[1]: https://www.postgresql.org/message-id/aS2b3LoUypW1/Gdz%40ip-10-97-1-34.eu-west-3.compute.internal

Regards,

--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2025-12-01 14:44:41 Re: Safer hash table initialization macro
Previous Message Philipp Marek 2025-12-01 13:55:27 Re: [PATCH] Better Performance for PostgreSQL with large INSERTs