@@ -6087,7 +6087,8 @@ add_paths_with_pathkeys_for_rel(PlannerInfo *root, RelOptInfo *rel,
6087
6087
useful_pathkeys ,
6088
6088
rel -> lateral_relids ,
6089
6089
sorted_epq_path ,
6090
- NIL ,/* no fdw_restrictinfo list */
6090
+ NIL ,/* no fdw_restrictinfo
6091
+ * list */
6091
6092
NIL ));
6092
6093
else
6093
6094
add_path (rel , (Path * )
@@ -6875,7 +6876,8 @@ add_foreign_ordered_paths(PlannerInfo *root, RelOptInfo *input_rel,
6875
6876
total_cost ,
6876
6877
root -> sort_pathkeys ,
6877
6878
NULL ,/* no extra plan */
6878
- NIL ,/* no fdw_restrictinfo list */
6879
+ NIL ,/* no fdw_restrictinfo
6880
+ * list */
6879
6881
fdw_private );
6880
6882
6881
6883
/* and add it to the ordered_rel */
@@ -6991,7 +6993,8 @@ add_foreign_final_paths(PlannerInfo *root, RelOptInfo *input_rel,
6991
6993
path -> total_cost ,
6992
6994
path -> pathkeys ,
6993
6995
NULL ,/* no extra plan */
6994
- NIL ,/* no fdw_restrictinfo list */
6996
+ NIL ,/* no fdw_restrictinfo
6997
+ * list */
6995
6998
NIL );/* no fdw_private */
6996
6999
6997
7000
/* and add it to the final_rel */
@@ -7112,7 +7115,7 @@ add_foreign_final_paths(PlannerInfo *root, RelOptInfo *input_rel,
7112
7115
total_cost ,
7113
7116
pathkeys ,
7114
7117
NULL ,/* no extra plan */
7115
- NIL ,/* no fdw_restrictinfo list */
7118
+ NIL ,/* no fdw_restrictinfo list */
7116
7119
fdw_private );
7117
7120
7118
7121
/* and add it to the final_rel */