pg_dsm_registry_allocations
#
The pg_dsm_registry_allocations
view shows shared
memory allocations tracked in the dynamic shared memory (DSM) registry.
This includes memory allocated by extensions using the mechanisms detailed
in Section 36.10.11.2.
Table 53.8. pg_dsm_registry_allocations
Columns
Column Type Description |
---|
The name of the allocation in the DSM registry. |
The type of allocation. Possible values are |
Size of the allocation in bytes. NULL for entries of type
|
By default, the pg_dsm_registry_allocations
view
can be read only by superusers or roles with privileges of the
pg_read_all_stats
role.