Skip to content

Commit 9ff4f75

Browse files
committed
Cosmetic fix in postgres_fdw.c.
Make the forward declaration of estimate_path_cost_size match its actual definition. Tatsuro Yamada Discussion: https://postgr.es/m/96f2f554-1eeb-fe6f-e0db-650771886781@lab.ntt.co.jp
1 parent ca454b9 commit 9ff4f75

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
static void estimate_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)