Type Definition pgrx_pg_sys::IsForeignScanParallelSafe_function
source · pub type IsForeignScanParallelSafe_function = Option<unsafe extern "C" fn(root: *mut PlannerInfo, rel: *mut RelOptInfo, rte: *mut RangeTblEntry) -> bool>;