Re: [HACKERS] OO and tuples of different types

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Chris <chris(at)bitmead(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] OO and tuples of different types
Date: 2000-01-28 18:52:42
Message-ID: 3891E57A.B423844A@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

I guess you can still pind the original Postgres 4.2 (the last (?)
one with postquel) somewhere on the net. I used to have them around
somewhere but I'm not sure where they are ...

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2000-01-28 19:03:34 Re: [HACKERS] OO and tuples of different types
Previous Message Bruce Momjian 2000-01-28 18:37:55 Re: [HACKERS] END/ABORT