Function pgrx_pg_sys::make_restrictinfo
source · pub unsafe fn make_restrictinfo(
arg_root: *mut PlannerInfo,
arg_clause: *mut Expr,
arg_is_pushed_down: bool,
arg_outerjoin_delayed: bool,
arg_pseudoconstant: bool,
arg_security_level: Index,
arg_required_relids: Relids,
arg_outer_relids: Relids,
arg_nullable_relids: Relids
) -> *mut RestrictInfo