pgrx_pg_sys

Type Alias LogicalDecodeStreamChangeCB

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

Aliased Type§

enum LogicalDecodeStreamChangeCB {
    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.