[][src]Type Definition pgx_pg_sys::planner_hook_type

type planner_hook_type = Option<unsafe extern "C" fn(parse: *mut Query, query_string: *const c_char, cursorOptions: c_int, boundParams: ParamListInfo) -> *mut PlannedStmt>;