[][src]Type Definition pgx_pg_sys::ReorderBufferApplyTruncateCB

type ReorderBufferApplyTruncateCB = Option<unsafe extern "C" fn(rb: *mut ReorderBuffer, txn: *mut ReorderBufferTXN, nrelations: c_int, relations: *mut Relation, change: *mut ReorderBufferChange)>;