Type Definition pgrx_pg_sys::ReorderBufferCommitPreparedCB
source · pub type ReorderBufferCommitPreparedCB = Option<unsafe extern "C" fn(rb: *mut ReorderBuffer, txn: *mut ReorderBufferTXN, commit_lsn: XLogRecPtr)>;
pub type ReorderBufferCommitPreparedCB = Option<unsafe extern "C" fn(rb: *mut ReorderBuffer, txn: *mut ReorderBufferTXN, commit_lsn: XLogRecPtr)>;