Patch to inline stable SQL set returning UDFs

From: richard(at)bowmansystems(dot)com
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Patch to inline stable SQL set returning UDFs
Date: 2007-10-01 17:27:37
Message-ID: 374652.981191259657240.JavaMail.root@zimbra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

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.

Attachment Content-Type Size
inline_stable_sql_srfs-v3.patch text/x-patch 13.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Brendan Jurd 2007-10-01 19:20:12 Re: [HACKERS] Text <-> C string
Previous Message Marshall, Steve 2007-10-01 17:26:26 Re: TCL fix in HEAD