pgrx_pg_sys

Type Alias walrcv_send_fn

Source
pub type walrcv_send_fn = Option<unsafe extern "C" fn(conn: *mut WalReceiverConn, buffer: *const c_char, nbytes: c_int)>;

Aliased Type§

enum walrcv_send_fn {
    None,
    Some(unsafe extern "C" fn(_: *mut WalReceiverConn, _: *const i8, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut WalReceiverConn, _: *const i8, _: i32))

Some value of type T.