]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_buffercache: Remove unused fields from BufferCacheNumaRec
authorMichael Paquier <michael@paquier.xyz>
Sun, 23 Nov 2025 04:37:42 +0000 (13:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 23 Nov 2025 04:37:42 +0000 (13:37 +0900)
commit7d9043aee803bf9bf3307ce5f45f3464ea288cb1
tree1666fd0d4a3b0919ba8fad23fa9caa4cfaaf4b8b
parentb140c8d7a3f3a5de4e4cc4a0b52909aa13060d4c
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.pg@gmail.com>
Discussion: https://postgr.es/m/aSBOKX6pLJzumbmF@ip-10-97-1-34.eu-west-3.compute.internal
contrib/pg_buffercache/pg_buffercache_pages.c