pgrx_pg_sys

Type Alias RefetchForeignRow_function

Source
pub type RefetchForeignRow_function = Option<unsafe extern "C" fn(estate: *mut EState, erm: *mut ExecRowMark, rowid: Datum, slot: *mut TupleTableSlot, updated: *mut bool)>;

Aliased Type§

enum RefetchForeignRow_function {
    None,
    Some(unsafe extern "C" fn(_: *mut EState, _: *mut ExecRowMark, _: Datum, _: *mut TupleTableSlot, _: *mut bool)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut EState, _: *mut ExecRowMark, _: Datum, _: *mut TupleTableSlot, _: *mut bool))

Some value of type T.