pgrx_pg_sys

Type Alias LogicalDecodeTruncateCB

Source
pub type LogicalDecodeTruncateCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, nrelations: c_int, relations: *mut Relation, change: *mut ReorderBufferChange)>;

Aliased Type§

enum LogicalDecodeTruncateCB {
    None,
    Some(unsafe extern "C" fn(_: *mut LogicalDecodingContext, _: *mut ReorderBufferTXN, _: i32, _: *mut *mut RelationData, _: *mut ReorderBufferChange)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut LogicalDecodingContext, _: *mut ReorderBufferTXN, _: i32, _: *mut *mut RelationData, _: *mut ReorderBufferChange))

Some value of type T.