Re: OidFunctionCall4

From: Jonathan Gardner <jgardner(at)jonathangardner(dot)net>
To: "Hicham G(dot) Elmongui" <elmongui(at)cs(dot)purdue(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: OidFunctionCall4
Date: 2004-08-09 23:22:54
Message-ID: 200408091622.54833.jgardner@jonathangardner.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday 05 August 2004 04:43 pm, Hicham G. Elmongui wrote:
> In "join_selectivity" function (plancat.c), a function call is made to
> "OidFunctionCall4" (fmgr.c), which in turn calls a function pointer.
>
> In need to know what is the actual function being called from
> OidFunctionCall4 if the selectivity of mergejoin is the one required from
> join_selectivity.
>

I'm no expert, but I can tell you from experience with the database that my
first impression is that it is calling a function in the database (stored
in pg_proc table or something like that).

--
Jonathan Gardner
jgardner(at)jonathangardner(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Serguei A. Mokhov 2004-08-09 23:24:55 Beta Page on Developer's site is out of date
Previous Message Jan Wieck 2004-08-09 23:13:04 Re: Ready for Beta ... ?