[][src]Type Definition pgx_pg_sys::ReorderBufferCommitCB

type ReorderBufferCommitCB = Option<unsafe extern "C" fn(rb: *mut ReorderBuffer, txn: *mut ReorderBufferTXN, commit_lsn: XLogRecPtr)>;