> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
>
> "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> writes:
>
> > In addition,SQL functions has returned a TupleTableSlot not a tuple
> > if the return type is a compound type.
>
> Right, the Datum representation of a tuple type is a pointer to a
> TupleTableSlot, so that's what this new FieldSelect node would expect
> to see at runtime. I don't see any need to change that.
>
I see. Fieldselect node could expect to see the tuple descriptor used
to store the HeapTuple.
BTW,AFAIK PL/pgSQL functions return a HeapTuple directly.
Regards.
Hiroshi Inoue
Inoue(at)tpf(dot)co(dot)jp
In response to
pgsql-hackers by date
| Next: | From: Hiroshi Inoue | Date: 2000-08-04 02:41:21 |
| Subject: RE: Raw constraint & pg_relcheck.rcsrc |
| Previous: | From: Roland Roberts | Date: 2000-08-04 01:36:49 |
| Subject: RH 6.1, PostgreSQL 7.0.2, ipcclean madness |