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
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
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
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