Re: Add TOAST support for more system tables

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Sofia Kopikova <s(dot)kopikova(at)postgrespro(dot)ru>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add TOAST support for more system tables
Date: 2023-07-17 23:40:13
Message-ID: CAApHDvpKEYyW6QeGu6-K-C+u1vsvAS9B2nb+LBVHOaC=QkAUEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 18 Jul 2023 at 10:31, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I wonder whether we'd be better off shoving the ACL data out of
> these catalogs and putting it somewhere else (compare pg_attrdef).

relpartbound is another column that could cause a pg_class row to grow
too large. I did have a patch [1] to move that column into
pg_partition. I imagine it's very bit rotted now.

David

[1] https://postgr.es/m/CAKJS1f9QjUwQrio20Pi%3DyCHmnouf4z3SfN8sqXaAcwREG6k0zQ%40mail.gmail.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2023-07-17 23:55:06 Re: [PoC] Federated Authn/z with OAUTHBEARER
Previous Message David Rowley 2023-07-17 23:34:44 Re: unrecognized node type while displaying a Path due to dangling pointer