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