LogicalDecodeCommitCB

Type Alias LogicalDecodeCommitCB 

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

Aliased Type§

pub enum LogicalDecodeCommitCB {
    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.