Re: Save a few bytes in pg_attribute

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Save a few bytes in pg_attribute
Дата
Msg-id 1368125.1679426798@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Save a few bytes in pg_attribute  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Ответы Re: Save a few bytes in pg_attribute  (Andres Freund <andres@anarazel.de>)
Список 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 по дате отправления:

Предыдущее
От: Matthias van de Meent
Дата:
Сообщение: Re: Save a few bytes in pg_attribute
Следующее
От: Corey Huinker
Дата:
Сообщение: Re: Add SHELL_EXIT_CODE to psql