[][src]Type Definition pgx_pg_sys::GetForeignPlan_function

type GetForeignPlan_function = Option<unsafe extern "C" fn(root: *mut PlannerInfo, baserel: *mut RelOptInfo, foreigntableid: Oid, best_path: *mut ForeignPath, tlist: *mut List, scan_clauses: *mut List, outer_plan: *mut Plan) -> *mut ForeignScan>;