Re: Better support for whole-row operations and composite - Mailing list pgsql-hackers

From Joe Conway
Subject Re: Better support for whole-row operations and composite
Date
Msg-id 406E5ACD.2020509@joeconway.com
Whole thread Raw
In response to Re: Better support for whole-row operations and composite types  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Better support for whole-row operations and composite types
List pgsql-hackers
Tom Lane wrote:
> Joe Conway <mail@joeconway.com> writes:
>>... The SRF API was for user defined functions, not
>>procedural languages anyway. I'll look at how the other procedural
>>languages handle tuple arguments.
> 
> It was a dozen-or-so-lines change in each of the PL languages AFAIR.
> You will probably also want to look at what you do to return tuple
> results.

OK, thanks.

Just for reference, what is arg[i] if it isn't a (TupleTableSlot *) 
anymore -- is it just a HeapTuple?

Joe



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Better support for whole-row operations and composite types
Next
From: Tom Lane
Date:
Subject: Re: Better support for whole-row operations and composite types