Re: Save a few bytes in pg_attribute - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Save a few bytes in pg_attribute
Date
Msg-id 1368125.1679426798@sss.pgh.pa.us
Whole thread Raw
In response to Re: Save a few bytes in pg_attribute  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Responses Re: Save a few bytes in pg_attribute  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Matthias van de Meent <boekewurm+postgres@gmail.com> writes:
> ... with that patch we actually don't need the attcacheoff in the
> pg_atttribute struct: it only needs to be present in the derived
> "TupleAttrAlignData" structs which carry the
> length/alignment/storage/byval info.

Yeah, I was wondering about that too: keeping attcacheoff as local
state in slots might get us all its win without so much conceptual
dirtiness.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: Save a few bytes in pg_attribute
Next
From: Corey Huinker
Date:
Subject: Re: Add SHELL_EXIT_CODE to psql