Re: [HACKERS] Patch for user-defined C-language functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Patch for user-defined C-language functions
Date
Msg-id 365.938526330@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Patch for user-defined C-language functions  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.us> writes:
> Tom, where are we on this?

It's in my to-do queue.  I have to touch the same files anyway in order
to make the world safe for constant-folding, because right now CREATE
FUNCTION only lets you specify the ISCACHABLE flag for a C-language
routine.  Need to open that up for all languages, and document it.

I was waiting for Thomas, because I had understood some of his remarks
to mean that he was busy doing a major rearrangement of code in the
parser, but he told me last night to go ahead and commit these changes.
So it should get done shortly.
        regards, tom lane


>> Bernard Frankpitt <frankpit@pop.dn.net> writes:
>>>> The solution that I propose, and have implemented in the attatched
>>>> patch extends the CREATE FUNCTION syntax as follows.


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] RI status report #1
Next
From: Thomas Lockhart
Date:
Subject: Re: RI and PARSER (was: Re: [HACKERS] RI status report #1)