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

Commit9ff4f75

Browse files
committed
Cosmetic fix in postgres_fdw.c.
Make the forward declaration of estimate_path_cost_size match itsactual definition.Tatsuro YamadaDiscussion:https://postgr.es/m/96f2f554-1eeb-fe6f-e0db-650771886781@lab.ntt.co.jp
1 parentca454b9 commit9ff4f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/postgres_fdw/postgres_fdw.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ static void postgresGetForeignUpperPaths(PlannerInfo *root,
353353
* Helper functions
354354
*/
355355
staticvoidestimate_path_cost_size(PlannerInfo*root,
356-
RelOptInfo*baserel,
357-
List*join_conds,
356+
RelOptInfo*foreignrel,
357+
List*param_join_conds,
358358
List*pathkeys,
359359
double*p_rows,int*p_width,
360360
Cost*p_startup_cost,Cost*p_total_cost);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp