Re: PGSQL internals question...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PGSQL internals question...
Дата
Msg-id 16895.961739447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PGSQL internals question...  (Chris Bitmead <chrisb@nimrod.itg.telstra.com.au>)
Список pgsql-hackers
Chris Bitmead <chrisb@nimrod.itg.telstra.com.au> writes:
> inside the backend, if I have a TupleTableSlot, can I find out from what
> basetable it is referring to or not?

Since it's not necessarily referring to any table at all, the general
answer is "no".  Do you have a reason to assume that the slot is
holding a tuple directly fetched from disk, rather than constructed
on-the-fly?
        regards, tom lane


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Big 7.1 open items
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 64-bit sequences