pgrx_pg_sys

Type Alias BeginForeignInsert_function

Source
pub type BeginForeignInsert_function = Option<unsafe extern "C" fn(mtstate: *mut ModifyTableState, rinfo: *mut ResultRelInfo)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.