pg_dsm_registry_allocations #pg_dsm_registry_allocations视图显示动态共享内存(DSM)注册表中跟踪的共享内存分配。 这包括使用Section 36.10.11.2中详细说明的机制分配的扩展内存。
Table 53.8. pg_dsm_registry_allocations 列
|
列类型 描述 |
|---|
|
DSM 注册表中的分配名称。 |
|
分配类型。可能值为 |
|
以字节计的分配大小。初始化失败的条目为 |
默认情况下,pg_dsm_registry_allocations视图只能由超级用户或具有 pg_read_all_stats 角色权限的角色读取。