Skip to main content

LogicalDecodeRollbackPreparedCB

Type Alias LogicalDecodeRollbackPreparedCB 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.