Re: TupleDesc and HeapTuple

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: TupleDesc and HeapTuple
Date: 2010-07-07 11:43:04
Message-ID: 201007071343.04806.fluca1978@infinito.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday, July 06, 2010 09:58:45 pm Alvaro Herrera's cat walking on the
keyboard wrote:
> You're supposed to know which relation you got the HeapTuple from, so
> you get the TupleDesc from there.

True, but if I want to pass the heaptuple around I must pass also its tuple
desc, or the receiver will not know how the tuple is composed. Maybe this case
never happens/happened.

Luca

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2010-07-07 13:20:24 Re: TupleDesc and HeapTuple
Previous Message Martin Below 2010-07-07 11:42:59 optimizer choosing the wrong index