[][src]Type Definition pgx_pg_sys::set_join_pathlist_hook_type

type set_join_pathlist_hook_type = Option<unsafe extern "C" fn(root: *mut PlannerInfo, joinrel: *mut RelOptInfo, outerrel: *mut RelOptInfo, innerrel: *mut RelOptInfo, jointype: JoinType, extra: *mut JoinPathExtraData)>;