pgrx_pg_sys

Type Alias IsForeignScanParallelSafe_function

Source
pub type IsForeignScanParallelSafe_function = Option<unsafe extern "C" fn(root: *mut PlannerInfo, rel: *mut RelOptInfo, rte: *mut RangeTblEntry) -> bool>;

Aliased Type§

enum IsForeignScanParallelSafe_function {
    None,
    Some(unsafe extern "C" fn(_: *mut PlannerInfo, _: *mut RelOptInfo, _: *mut RangeTblEntry) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut PlannerInfo, _: *mut RelOptInfo, _: *mut RangeTblEntry) -> bool)

Some value of type T.