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