Re: [HACKERS] OidFunctionCall4

2004-08-09 Thread Jonathan Gardner
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
[EMAIL PROTECTED]

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[HACKERS] OidFunctionCall4

2004-08-05 Thread Hicham G. Elmongui
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.

Thanks



---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster