OidFunctionCall4

From: "Hicham G(dot) Elmongui" <elmongui(at)cs(dot)purdue(dot)edu>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: OidFunctionCall4
Date: 2004-08-05 23:43:04
Message-ID: 200408052343.i75Nh4Cm024016@newman.cs.purdue.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2004-08-05 23:53:57 Re: [PATCHES] [BUGS] casting strings to multidimensional arrays yields
Previous Message Tom Lane 2004-08-05 19:14:55 Re: NULL pointer crashes hashname()