@@ -6087,7 +6087,8 @@ add_paths_with_pathkeys_for_rel(PlannerInfo *root, RelOptInfo *rel,
60876087useful_pathkeys ,
60886088rel -> lateral_relids ,
60896089sorted_epq_path ,
6090- NIL ,/* no fdw_restrictinfo list */
6090+ NIL ,/* no fdw_restrictinfo
6091+ * list */
60916092NIL ));
60926093else
60936094add_path (rel , (Path * )
@@ -6875,7 +6876,8 @@ add_foreign_ordered_paths(PlannerInfo *root, RelOptInfo *input_rel,
68756876total_cost ,
68766877root -> sort_pathkeys ,
68776878NULL ,/* no extra plan */
6878- NIL ,/* no fdw_restrictinfo list */
6879+ NIL ,/* no fdw_restrictinfo
6880+ * list */
68796881fdw_private );
68806882
68816883/* and add it to the ordered_rel */
@@ -6991,7 +6993,8 @@ add_foreign_final_paths(PlannerInfo *root, RelOptInfo *input_rel,
69916993path -> total_cost ,
69926994path -> pathkeys ,
69936995NULL ,/* no extra plan */
6994- NIL ,/* no fdw_restrictinfo list */
6996+ NIL ,/* no fdw_restrictinfo
6997+ * list */
69956998NIL );/* no fdw_private */
69966999
69977000/* and add it to the final_rel */
@@ -7112,7 +7115,7 @@ add_foreign_final_paths(PlannerInfo *root, RelOptInfo *input_rel,
71127115total_cost ,
71137116pathkeys ,
71147117NULL ,/* no extra plan */
7115- NIL ,/* no fdw_restrictinfo list */
7118+ NIL ,/* no fdw_restrictinfo list */
71167119fdw_private );
71177120
71187121/* and add it to the final_rel */