Re: Add TOAST support for more system tables - Mailing list pgsql-hackers

From David Rowley
Subject Re: Add TOAST support for more system tables
Date
Msg-id CAApHDvpKEYyW6QeGu6-K-C+u1vsvAS9B2nb+LBVHOaC=QkAUEg@mail.gmail.com
Whole thread Raw
In response to Re: Add TOAST support for more system tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, 18 Jul 2023 at 10:31, Tom Lane <tgl@sss.pgh.pa.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



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: unrecognized node type while displaying a Path due to dangling pointer
Next
From: Jacob Champion
Date:
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER