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