Type Definition pgrx_pg_sys::LogicalDecodeRollbackPreparedCB
source · pub type LogicalDecodeRollbackPreparedCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, prepare_end_lsn: XLogRecPtr, prepare_time: TimestampTz)>;