Re: Patch to inline stable SQL set returning UDFs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Richard Rowell" <richard(dot)rowell(at)gmail(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch to inline stable SQL set returning UDFs
Date: 2008-03-18 22:05:29
Message-ID: 12246.1205877929@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Richard Rowell" <richard(dot)rowell(at)gmail(dot)com> writes:
> I discussed this hack with Neil and Josh in Ottawa back in May. I
> took a stab at it a few weeks ago and below are the results. It is
> mostly modeled after the existing inline_function. The approach taken
> is to recursively cleanup the RTable where stable SQL functions are
> found in it.

Applied with revisions --- the recursion issue wasn't being managed
properly, and there were some other problems ...

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tatsuo Ishii 2008-03-19 00:29:56 Re: Wrong result with pgbench -C option?
Previous Message Alvaro Herrera 2008-03-18 19:19:40 Moving snapshot code around