Type Definition pgx_pg_sys::LogicalDecodePrepareCB

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