Type Definition pgx_pg_sys::LogicalDecodeCommitCB

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