Skip to content

Commit 41d798a

Browse files
committed
Fix comment in fmgr.h to refer to actual function used.
FunctionLookup() is long gone if it ever existed, and fmgr_info() is what's now used, so the comments now reflect that.
1 parent 94a4842 commit 41d798a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/fmgr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,9 @@ extern Datum FunctionCall9Coll(FmgrInfo *flinfo, Oid collation,
505505

506506
/* These are for invocation of a function identified by OID with a
507507
* directly-computed parameter list. Note that neither arguments nor result
508-
* are allowed to be NULL. These are essentially FunctionLookup() followed
509-
* by FunctionCallN(). If the same function is to be invoked repeatedly,
510-
* do the FunctionLookup() once and then use FunctionCallN().
508+
* are allowed to be NULL. These are essentially fmgr_info() followed by
509+
* FunctionCallN(). If the same function is to be invoked repeatedly, do the
510+
* fmgr_info() once and then use FunctionCallN().
511511
*/
512512
extern Datum OidFunctionCall0Coll(Oid functionId, Oid collation);
513513
extern Datum OidFunctionCall1Coll(Oid functionId, Oid collation,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy