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
* Helper functions
*/
static void estimate_path_cost_size(PlannerInfo *root,
- RelOptInfo *baserel,
- List *join_conds,
+ RelOptInfo *foreignrel,
+ List *param_join_conds,
List *pathkeys,
double *p_rows, int *p_width,
Cost *p_startup_cost, Cost *p_total_cost);