Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41d798a

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() iswhat's now used, so the comments now reflect that.
1 parent94a4842 commit41d798a

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 essentiallyFunctionLookup() followed
509-
*byFunctionCallN(). 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 essentiallyfmgr_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
externDatumOidFunctionCall0Coll(OidfunctionId,Oidcollation);
513513
externDatumOidFunctionCall1Coll(OidfunctionId,Oidcollation,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp