[GENERAL] Passing NULL to a function called with OidFunctionCall3

2011-11-11 Thread Bborie Park
Hey all, I'm trying to make use of OidFunctionCall3 and am wondering how to resolve an issue. I need to be able to pass to the function called with OidFunctionCall3 a NULL and am having difficulty figuring out how. {{{ /* build fcnarg */ for (i = 0; i < set_count; i++) { if (_haspixe

Re: [GENERAL] Passing NULL to a function called with OidFunctionCall3

2011-11-10 Thread Bborie Park
On 11/10/2011 04:43 PM, Tom Lane wrote: Bborie Park writes: I'm trying to make use of OidFunctionCall3 and am wondering how to resolve an issue. I need to be able to pass to the function called with OidFunctionCall3 a NULL and am having difficulty figuring out how. You can't. Those convenie

Re: [GENERAL] Passing NULL to a function called with OidFunctionCall3

2011-11-10 Thread Tom Lane
Bborie Park writes: > I'm trying to make use of OidFunctionCall3 and am wondering how to > resolve an issue. I need to be able to pass to the function called with > OidFunctionCall3 a NULL and am having difficulty figuring out how. You can't. Those convenience functions are not designed to su

[GENERAL] Passing NULL to a function called with OidFunctionCall3

2011-11-10 Thread Bborie Park
Hey all, I'm trying to make use of OidFunctionCall3 and am wondering how to resolve an issue. I need to be able to pass to the function called with OidFunctionCall3 a NULL and am having difficulty figuring out how. {{{ /* build fcnarg */ for (i = 0; i < set_count; i++) { if (_haspixe