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