Commit 9ff4f758 authored by Tom Lane's avatar Tom Lane

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
parent ca454b9b
...@@ -353,8 +353,8 @@ static void postgresGetForeignUpperPaths(PlannerInfo *root, ...@@ -353,8 +353,8 @@ static void postgresGetForeignUpperPaths(PlannerInfo *root,
* Helper functions * Helper functions
*/ */
static void estimate_path_cost_size(PlannerInfo *root, static void estimate_path_cost_size(PlannerInfo *root,
RelOptInfo *baserel, RelOptInfo *foreignrel,
List *join_conds, List *param_join_conds,
List *pathkeys, List *pathkeys,
double *p_rows, int *p_width, double *p_rows, int *p_width,
Cost *p_startup_cost, Cost *p_total_cost); Cost *p_startup_cost, Cost *p_total_cost);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment