Re: Questions about HeapTupleHeaderData

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Questions about HeapTupleHeaderData
Дата
Msg-id 23238.1219328136@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Questions about HeapTupleHeaderData  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Список pgsql-hackers
Zdenek Kotala <Zdenek.Kotala@Sun.COM> writes:
> If I understand correctly then for read path (select) tuple is always 
> HeapTuple, because we need support select xmax ... And DatumTuple is 
> used for write path (insert/update) and it is "converted" to HeapTuple 
> in heap_insert/heap_update function.

No, DatumTuple is used for any free-standing composite-type Datum.
Thinking about it as "write path" and "read path" seems to me to
be missing the mark entirely.  In general most tuple-reading code
is supposed to work with either.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: About a message when "pg_ctl -w start" failed
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: A smaller default postgresql.conf