Clean-up callbacks for non-SR functions - Mailing list pgsql-hackers

From James William Pye
Subject Clean-up callbacks for non-SR functions
Date
Msg-id 20040517065837.GI2230@void.ph.cox.net
Whole thread Raw
Responses Re: Clean-up callbacks for non-SR functions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Greets,

Is there a way for me to clean up fn_extra in flinfo when the function is not
a Set Returning Function(SRF)?

I know I can use RegisterExprContextCallback and the RSI's econtext to register a callback
for SRFs, but this--or similar functionality--does not appear to be available for non-SRFs.

Am I missing something?

(This question comes from trying to keep non-SRF generator support in PL/Py
from leaking all over the floor..)

Regards,       James William Pye

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: email data type first release
Next
From: Hans-Jürgen Schönig
Date:
Subject: Re: Call for 7.5 feature completion