Type Definition pgx_pg_sys::LogicalDecodeBeginCB

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