Type Definition pgx_pg_sys::ReorderBufferPrepareCB

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