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