Add pg_shmem_allocations view.

Robert Haas <rhaas@postgresql.org>

Commit: ed10f32e37e9a16814c25e400d7826745ae3c797
Author: Robert Haas <rhaas@postgresql.org>
Date: 2020-01-09T15:59:07Z
Releases: 13.0
Add pg_shmem_allocations view.

This tells you about allocations that have been made from the main
shared memory segment. The original patch also tried to show information
about dynamic shared memory allocation as well, but I decided to
leave that problem for another time.

Andres Freund and Robert Haas, reviewed by Michael Paquier, Marti
Raudsepp, Tom Lane, Álvaro Herrera, and Kyotaro Horiguchi.

Discussion: http://postgr.es/m/20140504114417.GM12715@awork2.anarazel.de

Files

Documentation touched

Discussion