Type Alias pgrx_pg_sys::EndForeignModify_function

source ·
pub type EndForeignModify_function = Option<unsafe extern "C" fn(estate: *mut EState, rinfo: *mut ResultRelInfo)>;

Aliased Type§

enum EndForeignModify_function {
    None,
    Some(unsafe extern "C" fn(_: *mut EState, _: *mut ResultRelInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut EState, _: *mut ResultRelInfo))

Some value of type T.