pub unsafe fn add_paths_to_joinrel(
arg_root: *mut PlannerInfo,
arg_joinrel: *mut RelOptInfo,
arg_outerrel: *mut RelOptInfo,
arg_innerrel: *mut RelOptInfo,
arg_jointype: Type,
arg_sjinfo: *mut SpecialJoinInfo,
arg_restrictlist: *mut List,
)