Re: Do we still need parent column in pg_backend_memory_context?
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Melih Mutlu <m.melihmutlu@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-08-12T03:43:55Z
Lists: pgsql-hackers
On Tue, 6 Aug 2024 at 17:48, David Rowley <dgrowleyml@gmail.com> wrote: > Does anyone object to making this happen? i.e. remove > pg_backend_memory_contexts.parent column and see if anyone complains? > > If nobody comes up with any reasons against it, then I propose making > this happen. I made a few adjustments and pushed the patch. Let's see if anyone complains. David
Commits
-
Remove "parent" column from pg_backend_memory_contexts
- f0d112759547 18.0 landed