Type Definition pgx_pg_sys::LogicalDecodeChangeCB

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