Type Alias pgrx_pg_sys::planner_hook_type
source · pub type planner_hook_type = Option<unsafe extern "C" fn(parse: *mut Query, query_string: *const c_char, cursorOptions: c_int, boundParams: ParamListInfo) -> *mut PlannedStmt>;
Aliased Type§
enum planner_hook_type {
None,
Some(unsafe extern "C" fn(_: *mut Query, _: *const i8, _: i32, _: *mut ParamListInfoData) -> *mut PlannedStmt),
}