Re: Problem with DirectFunctionCall3(array_in,...) - Mailing list pgsql-novice

From Jessica Ditt
Subject Re: Problem with DirectFunctionCall3(array_in,...)
Date
Msg-id CMENIHDEKBBCBEINHOAECENNCAAA.jessica.ditt@web.de
Whole thread Raw
In response to Re: Problem with DirectFunctionCall3(array_in,...)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
Thank you very, very much so far.

>This is the intended and documented behavior --- see fmgr/README:

>: The DirectFunctionCallN routines will not bother to fill in
>: fcinfo->flinfo (indeed cannot, since they have no idea about an OID for
>: the target function); they will just set it NULL.

I actually read this text, but somehow did not consider it as solution to my
problem.

I think, I'll have a closer look at the involved structures as well as the
system of calling existing functions now.

I'd be glad, if you assist me with further emerging problems in the future
;)

kind regards, Jessica


pgsql-novice by date:

Previous
From: tövis
Date:
Subject: Re: how to make collation work
Next
From:
Date:
Subject: Foreign Key Problem