Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 80ad91e

Browse files
committed
Fix inconsistent parameter names between prototype and declaration
Noticed while working in this area. This code was introduced in PG15, which is still in beta, so backpatch to there for consistency. Backpatch-through: 15
1 parent 582c3e9 commit 80ad91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/optimizer/paths.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ extern int group_keys_reorder_by_pathkeys(List *pathkeys,
208208
List **group_clauses);
209209
extern List *get_useful_group_keys_orderings(PlannerInfo *root, double nrows,
210210
List *path_pathkeys,
211-
List *pathkeys, List *clauses);
211+
List *group_pathkeys, List *group_clauses);
212212
extern Path *get_cheapest_path_for_pathkeys(List *paths, List *pathkeys,
213213
Relids required_outer,
214214
CostSelector cost_criterion,

0 commit comments

Comments
 (0)