Type Alias pgrx_pg_sys::GetForeignRowMarkType_function
source · pub type GetForeignRowMarkType_function = Option<unsafe extern "C" fn(rte: *mut RangeTblEntry, strength: LockClauseStrength) -> RowMarkType>;
Aliased Type§
enum GetForeignRowMarkType_function {
None,
Some(unsafe extern "C" fn(_: *mut RangeTblEntry, _: u32) -> u32),
}