Re: Manipulating complex types as non-contiguous structures in-memory
| От | Tom Lane |
|---|---|
| Тема | Re: Manipulating complex types as non-contiguous structures in-memory |
| Дата | |
| Msg-id | 7355.1423936438@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: Manipulating complex types as non-contiguous structures in-memory (Robert Haas <robertmhaas@gmail.com>) |
| Ответы |
Re: Manipulating complex types as non-contiguous structures in-memory
|
| Список | pgsql-hackers |
Robert Haas <robertmhaas@gmail.com> writes:
> On Sat, Feb 14, 2015 at 10:45 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Martijn van Oosterhout <kleptog@svana.org> writes:
>>> The words that sprung to mind for me were: packed/unpacked.
>> Trouble is that we're already using "packed" with a specific connotation
>> in that same area of the code, namely for short-header varlena values.
>> (See pg_detoast_datum_packed() etc.) So I don't think this will work.
>> But maybe a different adjective?
> expanded?
That seems to work from the standpoint of not conflicting with other
nearby usages in our code, and it's got the right semantics I think.
Any other suggestions out there? Otherwise I'll probably go with this.
regards, tom lane
В списке pgsql-hackers по дате отправления: