Thread: pgsql: Add pg_shmem_allocations view.

pgsql: Add pg_shmem_allocations view.

From
Robert Haas
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ed10f32e37e9a16814c25e400d7826745ae3c797

Modified Files
--------------
doc/src/sgml/catalogs.sgml           |  85 ++++++++++++++++++++++++++++
doc/src/sgml/xfunc.sgml              |   2 +-
src/backend/catalog/system_views.sql |   6 ++
src/backend/storage/ipc/shmem.c      | 106 ++++++++++++++++++++++++++++++++++-
src/include/catalog/pg_proc.dat      |   9 +++
src/include/storage/shmem.h          |   3 +-
src/test/regress/expected/rules.out  |   5 ++
7 files changed, 212 insertions(+), 4 deletions(-)


Re: pgsql: Add pg_shmem_allocations view.

From
Tom Lane
Date:
Robert Haas <rhaas@postgresql.org> writes:
> Add pg_shmem_allocations view.

This should have included a catversion bump.  It's moot now because
I just pushed another change that had one, but ...

            regards, tom lane



Re: pgsql: Add pg_shmem_allocations view.

From
Robert Haas
Date:
On Thu, Jan 9, 2020 at 11:59 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <rhaas@postgresql.org> writes:
> > Add pg_shmem_allocations view.
>
> This should have included a catversion bump.  It's moot now because
> I just pushed another change that had one, but ...

Ah, darn. Sorry.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company