Matthias van de Meent <boekewurm+postg...@gmail.com> writes: > On Thu, 29 Dec 2022 at 18:16, Andres Freund <and...@anarazel.de> wrote: >> We have a bunch of toast*.h files already. The new header should pretty much >> only contain the types, given how widely the header is going to be >> included. So maybe toast_type.h?
> My 2 cents: I don't think that toast_anything.h is appropriate, > because even though the varatt infrastructure does enable > externally-stored oversized attributes (which is the essence of > TOAST), this is not the only (or primary) use of the type. +1 ... varatt.h sounded fine to me. I'd suggest varlena.h except we have one already. regards, tom lane