fmgr.h - Mailing list pgsql-hackers

From Andrew Dunstan
Subject fmgr.h
Date
Msg-id 557EE8BD.4000404@dunslane.net
Whole thread Raw
Responses Re: fmgr.h  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
... has this comment (fmgr.h:506):
   /* These are for invocation of a function identified by OID with a     * directly-computed parameter list.  Note
thatneither arguments   nor result     * are allowed to be NULL.  These are essentially FunctionLookup()   followed
*by FunctionCallN().  If the same function is to be invoked   repeatedly,     * do the FunctionLookup() once and then
useFunctionCallN().     */
 


However, there doesn't appear to be any such animal as FunctionLookup(). 
Shouldn't it say fmgr_info() instead?

cheers

andrew



pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: Tab completion for CREATE SEQUENCE
Next
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] 9.4.1 -> 9.4.2 problem: could not access status of transaction 1