Type Definition pgrx_pg_sys::CoerceParamHook
source · pub type CoerceParamHook = Option<unsafe extern "C" fn(pstate: *mut ParseState, param: *mut Param, targetTypeId: Oid, targetTypeMod: int32, location: c_int) -> *mut Node>;
pub type CoerceParamHook = Option<unsafe extern "C" fn(pstate: *mut ParseState, param: *mut Param, targetTypeId: Oid, targetTypeMod: int32, location: c_int) -> *mut Node>;