Add context type field to pg_backend_memory_contexts

David Rowley <drowley@postgresql.org>

Commit: 12227a1d5f8ecad296c4204cc924d33c6a6bcd34
Author: David Rowley <drowley@postgresql.org>
Date: 2024-07-01T09:19:01Z
Releases: 18.0
Add context type field to pg_backend_memory_contexts

Since we now (as of v17) have 4 MemoryContext types, the type of context
seems like useful information to include in the pg_backend_memory_contexts
view.  Here we add that.

Reviewed-by: David Christensen, Michael Paquier
Discussion: https://postgr.es/m/CAApHDvrXX1OR09Zjb5TnB0AwCKze9exZN%3D9Nxxg1ZCVV8W-3BA%40mail.gmail.com

Files

Documentation touched

Discussion