Re: Patch to inline stable SQL set returning UDFs - Mailing list pgsql-patches

From Tom Lane
Subject Re: Patch to inline stable SQL set returning UDFs
Date
Msg-id 12246.1205877929@sss.pgh.pa.us
Whole thread Raw
In response to Patch to inline stable SQL set returning UDFs  ("Richard Rowell" <richard.rowell@gmail.com>)
List pgsql-patches
"Richard Rowell" <richard.rowell@gmail.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

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Moving snapshot code around
Next
From: Tatsuo Ishii
Date:
Subject: Re: Wrong result with pgbench -C option?