Difference between HeapTupleData and TupleTableSlot structures

Поиск
Список
Период
Сортировка
От Ajay P S
Тема Difference between HeapTupleData and TupleTableSlot structures
Дата
Msg-id CAHjjAw3Ja=DXUEH2zO1Hp8POCDsKk89u02Fc0pAC-Zoe_vTnUA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Difference between HeapTupleData and TupleTableSlot structures  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

I am pretty new to the Postgres code base. I would like to know the difference between HeapTupleData and TupleTableSlot structures. 

Basically I am trying to understand some of the table access methods like heap_insert, heap_getnext, heap_getnextslot etc where some accepts Heaptuple as input and some accepts TupleTableSlot.

Could anyone please help me to understand this? Any example would also be helpful.

Best,
Ajay 

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

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: Re: Avoid mix char with bool type in comparisons
Следующее
От: Andres Freund
Дата:
Сообщение: Re: START_REPLICATION SLOT causing a crash in an assert build