We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent94a4842 commit41d798aCopy full SHA for 41d798a
src/include/fmgr.h
@@ -505,9 +505,9 @@ extern Datum FunctionCall9Coll(FmgrInfo *flinfo, Oid collation,
505
506
/* These are for invocation of a function identified by OID with a
507
* directly-computed parameter list. Note that neither arguments nor result
508
- * are allowed to be NULL. These are essentiallyFunctionLookup() followed
509
- *byFunctionCallN(). If the same function is to be invoked repeatedly,
510
- *do the FunctionLookup() once and then use FunctionCallN().
+ * are allowed to be NULL. These are essentiallyfmgr_info() followed by
+ * FunctionCallN(). If the same function is to be invoked repeatedly, do the
+ *fmgr_info() once and then use FunctionCallN().
511
*/
512
externDatumOidFunctionCall0Coll(OidfunctionId,Oidcollation);
513
externDatumOidFunctionCall1Coll(OidfunctionId,Oidcollation,