On Sat, Jun 21, 2025 at 11:45:25PM -0400, shihao zhong wrote: > 2) When updating a table's relopt, also update the relopt of its > associated TOAST table if it's not already set. Similarly, when > creating a new TOAST table, it would inherit the parent's relopt. > > Option 2 seems more reasonable to me, as it avoids requiring customers > to manually resolve these options, when they have different settings > for the parent and TOAST tables."
I like this one, but since it won't fix existing clusters, it might only be workable for v19. -- nathan