fmgr.h

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: fmgr.h
Date: 2015-06-15 15:01:17
Message-ID: 557EE8BD.4000404@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 that neither 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 use FunctionCallN().
*/

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

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-06-15 16:37:43 Re: "could not adopt C locale" failure at startup on Windows
Previous Message Vik Fearing 2015-06-15 14:51:40 Tab completion for CREATE SEQUENCE