Re: split TOAST support out of postgres.h
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Matthias van de Meent <boekewurm+postgres@gmail.com>
Cc: Andres Freund <andres@anarazel.de>,
Isaac Morland <isaac.morland@gmail.com>,
Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-12-29T17:47:29Z
Lists: pgsql-hackers
Matthias van de Meent <boekewurm+postgres@gmail.com> writes: > On Thu, 29 Dec 2022 at 18:16, Andres Freund <andres@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
Commits
-
New header varatt.h split off from postgres.h
- d952373a987b 16.0 landed