Re: [HACKERS] OO and tuples of different types

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: [HACKERS] OO and tuples of different types
Дата
Msg-id 3891E806.E08B68BD@tm.ee
обсуждение исходный текст
Ответ на OO and tuples of different types  (Chris <chris@bitmead.com>)
Ответы Old Postgres papers (was Re: [HACKERS] OO and tuples of different types)  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
Список pgsql-hackers
Chris wrote:
> 
> Came across this comment in execTuples.c...
> 
>  *In the implementation of nested-dot queries such as
>  *"retrieve (EMP.hobbies.all)", a single scan may return tuples
>  *of many types, so now we return pointers to tuple descriptors
>  *along with tuples returned via the tuple table.  This means
>  *we now have a bunch of routines to diddle the slot descriptors
>  *too.  -cim 1/18/90
> 
> Hmm. Another few years of reading the source and I'll probably
> understand all this :-) :-(.
> 
> Can anybody provide any insight? Like What EMP.hobbies.all meant in
> postquel?

You can get the latest sources for postgres 4.2 (from 30.06.1994) 
from http://db.cs.berkeley.edu/postgres.html 

IIRC they have a small manual inside the tarball

They should even compile ;), I remember having compiled them (on the 
then-current version of solaris) and played around a little with postquel

----------------
Hannu


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] OO and tuples of different types
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] END/ABORT