Definition at line 1336 of file gserialized_estimate.c.
1338 PlannerInfo *root = (PlannerInfo *) PG_GETARG_POINTER(0);
1340 List *
args = (List *) PG_GETARG_POINTER(2);
1341 JoinType jointype = (JoinType) PG_GETARG_INT16(3);
1342 int mode = PG_GETARG_INT32(4);
1344 POSTGIS_DEBUGF(2,
"%s: entered function", __func__);
1347 if (list_length(
args) != 2)
1349 POSTGIS_DEBUGF(2,
"%s: got nargs == %d", __func__, list_length(
args));
1354 if (jointype != JOIN_INNER)
1356 POSTGIS_DEBUGF(1,
"%s: jointype %d not supported", __func__, jointype);
#define DEFAULT_ND_JOINSEL
float8 gserialized_joinsel_internal(PlannerInfo *root, List *args, JoinType jointype, int mode)
References ovdump::args, DEFAULT_ND_JOINSEL, and gserialized_joinsel_internal().
Referenced by gserialized_gist_joinsel_2d(), and gserialized_gist_joinsel_nd().