Re: Parent/child context relation in pg_get_backend_memory_contexts()

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Melih Mutlu <m.melihmutlu@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Michael Paquier <michael@paquier.xyz>, torikoshia <torikoshia@oss.nttdata.com>, Andres Freund <andres@anarazel.de>, Stephen Frost <sfrost@snowman.net>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-07-25T03:05:44Z
Lists: pgsql-hackers
On Wed, 24 Jul 2024 at 21:47, David Rowley <dgrowleyml@gmail.com> wrote:
> I've only had a quick look so far, but I think the patch is now in the
> right shape. Unless there's some objections to how things are being
> done in v10, I plan to commit this in the next few days... modulo any
> minor adjustments.

I reviewed v10 today. I made some adjustments and pushed the result.

David



Commits

  1. Add missing pointer dereference in pg_backend_memory_contexts view

  2. Add path column to pg_backend_memory_contexts view

  3. Allow memory contexts to have both fixed and variable ident strings.