pgrx_pg_sys

Type Alias query_pathkeys_callback

Source
pub type query_pathkeys_callback = Option<unsafe extern "C" fn(root: *mut PlannerInfo, extra: *mut c_void)>;

Aliased Type§

enum query_pathkeys_callback {
    None,
    Some(unsafe extern "C" fn(_: *mut PlannerInfo, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.