aboutsummaryrefslogtreecommitdiff
path: root/contrib/array
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2025-07-09 09:17:56 -0500
committerNathan Bossart <nathan@postgresql.org>2025-07-09 09:17:56 -0500
commit167ed8082f40ee1f3f4cd18cf02bd6d17df57dab (patch)
treeb2e1c2ab3e8b8eb6fedd68306716d752378c5c0a /contrib/array
parentf5a987c0e5f6bbf0cc0420228dc57e7aae4d7e8f (diff)
downloadpostgresql-master.tar.gz
postgresql-master.zip
Introduce pg_dsm_registry_allocations view.HEADmaster
This commit adds a new system view that provides information about entries in the dynamic shared memory (DSM) registry. Specifically, it returns the name, type, and size of each entry. Note that since we cannot discover the size of dynamic shared memory areas (DSAs) and hash tables backed by DSAs (dshashes) without first attaching to them, the size column is left as NULL for those. Bumps catversion. Author: Florents Tselai <florents.tselai@gmail.com> Reviewed-by: Sungwoo Chang <swchangdev@gmail.com> Discussion: https://postgr.es/m/4D445D3E-81C5-4135-95BB-D414204A0AB4%40gmail.com
Diffstat (limited to 'contrib/array')
0 files changed, 0 insertions, 0 deletions