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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut LogicalDecodingContext, _: *mut OutputPluginOptions, _: bool))

Some value of type T.