Re: [HACKERS] DirectFunctionCall3 and array_in

2008-11-13 Thread Tom Lane
Ashish Kamra <[EMAIL PROTECTED]> writes: > I was trying to call the array_in() function using the > DirectFunctionCall3() interface. It fails as the code in array_in() > tries to refer to fcinfo->flinfo->fnextra where flinfo is set to NULL by > the DirectFunctionCall3() interface. I am not sure

[HACKERS] DirectFunctionCall3 and array_in

2008-11-13 Thread Ashish Kamra
I was trying to call the array_in() function using the DirectFunctionCall3() interface. It fails as the code in array_in() tries to refer to fcinfo->flinfo->fnextra where flinfo is set to NULL by the DirectFunctionCall3() interface. I am not sure if this is a bug or that we are not supposed to