Type Alias pgrx_pg_sys::LogicalDecodeStreamStopCB
source · pub type LogicalDecodeStreamStopCB = Option<unsafe extern "C" fn(ctx: *mut LogicalDecodingContext, txn: *mut ReorderBufferTXN)>;Aliased Type§
enum LogicalDecodeStreamStopCB {
None,
Some(unsafe extern "C" fn(_: *mut LogicalDecodingContext, _: *mut ReorderBufferTXN)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut LogicalDecodingContext, _: *mut ReorderBufferTXN))
Some value of type T.