pgrx_pg_sysType 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>;
enum aminsert_function {
None,
Some(unsafe extern "C" fn(_: *mut RelationData, _: *mut Datum, _: *mut bool, _: *mut ItemPointerData, _: *mut RelationData, _: u32, _: bool, _: *mut IndexInfo) -> bool),
}