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