pub type LogicalDecodeCommitPreparedCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, commit_lsn: XLogRecPtr)>;Aliased Type§
pub enum LogicalDecodeCommitPreparedCB {
None,
Some(unsafe extern "C" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, u64)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut LogicalDecodingContext, *mut ReorderBufferTXN, u64))
Some value of type T.