mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix code indentation vioaltion introduced in commit 9e9931d2b
.
Per buildfarm member koel
This commit is contained in:
@ -6087,7 +6087,8 @@ add_paths_with_pathkeys_for_rel(PlannerInfo *root, RelOptInfo *rel,
|
|||||||
useful_pathkeys,
|
useful_pathkeys,
|
||||||
rel->lateral_relids,
|
rel->lateral_relids,
|
||||||
sorted_epq_path,
|
sorted_epq_path,
|
||||||
NIL, /* no fdw_restrictinfo list */
|
NIL, /* no fdw_restrictinfo
|
||||||
|
* list */
|
||||||
NIL));
|
NIL));
|
||||||
else
|
else
|
||||||
add_path(rel, (Path *)
|
add_path(rel, (Path *)
|
||||||
@ -6875,7 +6876,8 @@ add_foreign_ordered_paths(PlannerInfo *root, RelOptInfo *input_rel,
|
|||||||
total_cost,
|
total_cost,
|
||||||
root->sort_pathkeys,
|
root->sort_pathkeys,
|
||||||
NULL, /* no extra plan */
|
NULL, /* no extra plan */
|
||||||
NIL, /* no fdw_restrictinfo list */
|
NIL, /* no fdw_restrictinfo
|
||||||
|
* list */
|
||||||
fdw_private);
|
fdw_private);
|
||||||
|
|
||||||
/* and add it to the ordered_rel */
|
/* and add it to the ordered_rel */
|
||||||
@ -6991,7 +6993,8 @@ add_foreign_final_paths(PlannerInfo *root, RelOptInfo *input_rel,
|
|||||||
path->total_cost,
|
path->total_cost,
|
||||||
path->pathkeys,
|
path->pathkeys,
|
||||||
NULL, /* no extra plan */
|
NULL, /* no extra plan */
|
||||||
NIL, /* no fdw_restrictinfo list */
|
NIL, /* no fdw_restrictinfo
|
||||||
|
* list */
|
||||||
NIL); /* no fdw_private */
|
NIL); /* no fdw_private */
|
||||||
|
|
||||||
/* and add it to the final_rel */
|
/* and add it to the final_rel */
|
||||||
@ -7112,7 +7115,7 @@ add_foreign_final_paths(PlannerInfo *root, RelOptInfo *input_rel,
|
|||||||
total_cost,
|
total_cost,
|
||||||
pathkeys,
|
pathkeys,
|
||||||
NULL, /* no extra plan */
|
NULL, /* no extra plan */
|
||||||
NIL, /* no fdw_restrictinfo list */
|
NIL, /* no fdw_restrictinfo list */
|
||||||
fdw_private);
|
fdw_private);
|
||||||
|
|
||||||
/* and add it to the final_rel */
|
/* and add it to the final_rel */
|
||||||
|
Reference in New Issue
Block a user