Re: functions returning sets

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jeff Rogers <jrogers(at)findlaw(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: functions returning sets
Date: 2003-12-18 23:03:30
Message-ID: 3FE23242.2020508@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
>>You may not even need to add any fields to FuncCallContext --- consider
>>passing the fcinfo pointer to the callback, rather than passing the
>>FuncCallContext pointer.
>
> Dept. of second thoughts: better pass the flinfo pointer, instead.
> fcinfo might point to temporary space on the stack.

OK -- this one is a good bit simpler. Any more comments?

Joe

Attachment Content-Type Size
funcapi-fix.02.patch text/plain 2.4 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josué Maldonado 2003-12-18 23:09:52 Select groupping by one column
Previous Message Reece Hart 2003-12-18 22:50:48 Re: md5 function