Type Definition pgx_pg_sys::walrcv_exec_fn

source ·
pub type walrcv_exec_fn = Option<unsafe extern "C" fn(conn: *mut WalReceiverConn, query: *const c_char, nRetTypes: c_int, retTypes: *const Oid) -> *mut WalRcvExecResult>;