Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30ce562

Browse files
david-rowleypull[bot]
authored andcommitted
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 parent2a69855 commit30ce562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/optimizer/paths.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ extern intgroup_keys_reorder_by_pathkeys(List *pathkeys,
208208
List**group_clauses);
209209
externList*get_useful_group_keys_orderings(PlannerInfo*root,doublenrows,
210210
List*path_pathkeys,
211-
List*pathkeys,List*clauses);
211+
List*group_pathkeys,List*group_clauses);
212212
externPath*get_cheapest_path_for_pathkeys(List*paths,List*pathkeys,
213213
Relidsrequired_outer,
214214
CostSelectorcost_criterion,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp