Commit 348778dd authored by Tom Lane's avatar Tom Lane

Make comment in fmgr.h match the one in fmgr.c.

Incompletely quoting an API spec does nobody any good.  Noted by
Paul Jungwirth.  Looks like the discrepancy was my fault originally :-(

Discussion: https://postgr.es/m/CA+renyU_J8TU_d3Kr0PkuOgFbpypextendu7a+_d5NOfVdvDeA@mail.gmail.com
parent f2690338
...@@ -489,7 +489,8 @@ extern int no_such_variable ...@@ -489,7 +489,8 @@ extern int no_such_variable
/* These are for invocation of a specifically named function with a /* These are for invocation of a specifically named function with a
* directly-computed parameter list. Note that neither arguments nor result * directly-computed parameter list. Note that neither arguments nor result
* are allowed to be NULL. * are allowed to be NULL. Also, the function cannot be one that needs to
* look at FmgrInfo, since there won't be any.
*/ */
extern Datum DirectFunctionCall1Coll(PGFunction func, Oid collation, extern Datum DirectFunctionCall1Coll(PGFunction func, Oid collation,
Datum arg1); Datum arg1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment