pgrx_pg_sys

Type Alias aminsert_function

Source
pub type aminsert_function = Option<unsafe extern "C" fn(indexRelation: Relation, values: *mut Datum, isnull: *mut bool, heap_tid: ItemPointer, heapRelation: Relation, checkUnique: Type, indexUnchanged: bool, indexInfo: *mut IndexInfo) -> bool>;

Aliased Type§

enum aminsert_function {
    None,
    Some(unsafe extern "C" fn(_: *mut RelationData, _: *mut Datum, _: *mut bool, _: *mut ItemPointerData, _: *mut RelationData, _: u32, _: bool, _: *mut IndexInfo) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut RelationData, _: *mut Datum, _: *mut bool, _: *mut ItemPointerData, _: *mut RelationData, _: u32, _: bool, _: *mut IndexInfo) -> bool)

Some value of type T.