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