[][src]Type Definition pgx_pg_sys::LogicalDecodeChangeCB

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