pgrx_pg_sys

Type Alias LogicalDecodeChangeCB

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.