pgsql: Make ShmemIndex visible in the pg_shmem_allocations view

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make ShmemIndex visible in the pg_shmem_allocations view
Date: 2026-04-01 21:01:53
Message-ID: E1w82hE-002Vg2-3D@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make ShmemIndex visible in the pg_shmem_allocations view

Reviewed-by: Tomas Vondra <tomas(at)vondra(dot)me>
Discussion: https://www.postgresql.org/message-id/01ab1d41-3eda-4705-8bbd-af898f5007f1@iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1bdbb211bbf31b0024f000746c42326648ecde90

Modified Files
--------------
src/backend/storage/ipc/shmem.c | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2026-04-01 23:36:34 pgsql: read_stream: Issue IO synchronously while in fast path
Previous Message Álvaro Herrera 2026-04-01 18:27:23 pgsql: Give an 'options' parameter to tuple_delete/_update