pgrx_pg_sys

Type Alias GetForeignPaths_function

Source
pub type GetForeignPaths_function = Option<unsafe extern "C" fn(root: *mut PlannerInfo, baserel: *mut RelOptInfo, foreigntableid: Oid)>;

Aliased Type§

enum GetForeignPaths_function {
    None,
    Some(unsafe extern "C" fn(_: *mut PlannerInfo, _: *mut RelOptInfo, _: Oid)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut PlannerInfo, _: *mut RelOptInfo, _: Oid))

Some value of type T.