Re: getting oid of tuple in executePlan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: getting oid of tuple in executePlan
Дата
Msg-id 21863.1022002409@sss.pgh.pa.us
обсуждение исходный текст
Ответ на getting oid of tuple in executePlan  (Dhruv Pilania <dhruv@cs.sunysb.edu>)
Список pgsql-hackers
Dhruv Pilania <dhruv@cs.sunysb.edu> writes:
> Basically, I am making a small change in executePlan() function of
> executor/execMain.c. Right after a tupleslot is retrieved, I try to find
> out the oid of the tuple that has been retrieved.

The retrieved tuple doesn't have an OID, because it's not a raw pointer
to a row on disk: it's a computed tuple (the result of ExecProject).
        regards, tom lane


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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Per tuple overhead, cmin, cmax, OID
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Per tuple overhead, cmin, cmax, OID