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

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

I've been testing this in our dev environment for a few weeks now.
I'm sure it still has issues but I think it is about as clean as I can
get it without help from a wider audience.  This is my first backend
patch so please be gentle.

I want to thank Neil for answering many of my supremely ignorant
questions on IRC.

--
"An eye for eye only ends up making the whole world blind." -- Mohandas Gandhi

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: OpenSSL Applink
Next
From: Tom Lane
Date:
Subject: Re: TCL fix in HEAD