Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f269033 commit 348778dCopy full SHA for 348778d
src/include/fmgr.h
@@ -489,7 +489,8 @@ extern int no_such_variable
489
490
/* These are for invocation of a specifically named function with a
491
* directly-computed parameter list. Note that neither arguments nor result
492
- * are allowed to be NULL.
+ * are allowed to be NULL. Also, the function cannot be one that needs to
493
+ * look at FmgrInfo, since there won't be any.
494
*/
495
extern Datum DirectFunctionCall1Coll(PGFunction func, Oid collation,
496
Datum arg1);
0 commit comments