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