pgrx_pg_sys

Type Alias LogicalDecodeBeginPrepareCB

Source
pub type LogicalDecodeBeginPrepareCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.