pgsql: Make smgr access for a BufferManagerRelation safer in relcache i

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make smgr access for a BufferManagerRelation safer in relcache i
Date: 2025-10-21 07:53:14
Message-ID: E1vB7BC-002kZg-2s@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make smgr access for a BufferManagerRelation safer in relcache inval

Currently there's no bug, because we have no code path where we
invalidate relcache entries where it'd cause a problem. But it's more
robust to do it this way in case we introduce such a path later, as some
Postgres forks reportedly already have.

Author: Daniil Davydov <3danissimo(at)gmail(dot)com>
Reviewed-by: Stepan Neretin <slpmcf(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAJDiXgj3FNzAhV+jjPqxMs3jz=OgPohsoXFj_fh-L+nS+13CKQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 59 ++++++++++++++++-------------------
src/backend/storage/buffer/localbuf.c | 10 +++---
src/include/storage/bufmgr.h | 15 ++++++---
3 files changed, 44 insertions(+), 40 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-10-21 13:19:23 Re: pgsql: Fix thinko in commit 7d129ba54.
Previous Message David Rowley 2025-10-21 07:49:17 pgsql: Fix BRIN 32-bit counter wrap issue with huge tables