pgsql: Make ShmemIndex visible in the pg_shmem_allocations view - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Make ShmemIndex visible in the pg_shmem_allocations view
Date
Msg-id E1w82hE-002Vg2-3D@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make ShmemIndex visible in the pg_shmem_allocations view

Reviewed-by: Tomas Vondra <tomas@vondra.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(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Give an 'options' parameter to tuple_delete/_update
Next
From: Andres Freund
Date:
Subject: pgsql: read_stream: Issue IO synchronously while in fast path