Re: Where can I find the code for extern OidFunctionCall7? - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Where can I find the code for extern OidFunctionCall7?
Date
Msg-id CA+TgmobGYx1qpEpdZueT8NhfmcMfKMXiLnGwuSLzVbPXK4rgYA@mail.gmail.com
Whole thread Raw
In response to Where can I find the code for extern OidFunctionCall7?  (arthernan <arthernan@hotmail.com>)
Responses Re: Where can I find the code for extern OidFunctionCall7?
List pgsql-hackers
On Thu, Sep 5, 2013 at 12:38 PM, arthernan <arthernan@hotmail.com> wrote:
> OidFunctionCall7 is called from costsize.c, in function void cost_index. From
> the comments, I understand that there is an indirection mechanism here to
> allow for different index access methods. Looking at fmgr.h where it is
> declared is not clear to me where I would ultimately find the code.
>
> Any pointers will be greatly appreciated

Use 'git grep'.  It's a macro defined in fmgr.h.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: lcr v5 - introduction of InvalidCommandId
Next
From: Alvaro Herrera
Date:
Subject: Re: Where can I find the code for extern OidFunctionCall7?