pgrx_pg_sys

Type Alias GetForeignRowMarkType_function

Source
pub type GetForeignRowMarkType_function = Option<unsafe extern "C" fn(rte: *mut RangeTblEntry, strength: Type) -> Type>;

Aliased Type§

enum GetForeignRowMarkType_function {
    None,
    Some(unsafe extern "C" fn(_: *mut RangeTblEntry, _: u32) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.