LogicalDecodeStreamPrepareCB

Type Alias LogicalDecodeStreamPrepareCB 

Source
pub type LogicalDecodeStreamPrepareCB = Option<unsafe extern "C-unwind" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, prepare_lsn: XLogRecPtr)>;

Aliased Type§

pub enum LogicalDecodeStreamPrepareCB {
    None,
    Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, u64))

Some value of type T.