like pg_shmem_allocations, but fine-grained for DSM registry ? - Mailing list pgsql-hackers

From Florents Tselai
Subject like pg_shmem_allocations, but fine-grained for DSM registry ?
Date
Msg-id 4D445D3E-81C5-4135-95BB-D414204A0AB4@gmail.com
Whole thread Raw
Responses Re: like pg_shmem_allocations, but fine-grained for DSM registry ?
List pgsql-hackers
I’ve been working with the DSM registry API.
I was wondering if it is possible (it doesn’t look like it) or if it has been discussed:
can we expose a view like pg_shmem_allocations, but fine-grained for every named segment (i.e. created by GetNamedDSMSegment )?

Currently, there is a "DSM Registry Data” entry in that view,
but iiuc, it’s only about the top-level hash table the registry uses.

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: DROP TABLESPACE waits for checkpoint with lwlock held
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible