Re: [HACKERS] Saving SRF context

2016-03-12 Thread Salvador Fandiño
On 03/11/2016 09:19 PM, Salvador Fandiño wrote: Hi, I have implemented a SRF[*] that returns rows one by one (using ExprMultipleResult). But now I need to save somewhere some context information between calls pertaining to the same result set and I am unable to find a proper place for that. I

[HACKERS] Saving SRF context

2016-03-11 Thread Salvador Fandiño
Hi, I have implemented a SRF[*] that returns rows one by one (using ExprMultipleResult). But now I need to save somewhere some context information between calls pertaining to the same result set and I am unable to find a proper place for that. I have seen that cfinfo->flinfo->fn_extra is