Type Definition pgx_pg_sys::LogicalDecodeTruncateCB

source ·
pub type LogicalDecodeTruncateCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN, nrelations: c_int, relations: *mut Relation, change: *mut ReorderBufferChange)>;