Re: Where can I find the code for extern OidFunctionCall7?

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Where can I find the code for extern OidFunctionCall7?
Дата
Msg-id CA+TgmobGYx1qpEpdZueT8NhfmcMfKMXiLnGwuSLzVbPXK4rgYA@mail.gmail.com
обсуждение исходный текст
Ответ на Where can I find the code for extern OidFunctionCall7?  (arthernan <arthernan@hotmail.com>)
Ответы Re: Where can I find the code for extern OidFunctionCall7?  (arthernan <arthernan@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: lcr v5 - introduction of InvalidCommandId
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Where can I find the code for extern OidFunctionCall7?