projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca454b9
)
Cosmetic fix in postgres_fdw.c.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 11 Jan 2018 16:53:59 +0000
(11:53 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 11 Jan 2018 16:53:59 +0000
(11:53 -0500)
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
contrib/postgres_fdw/postgres_fdw.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/postgres_fdw.c
b/contrib/postgres_fdw/postgres_fdw.c
index 7992ba58529c41f7d363c0bccd78af2aaa008fed..c6e1211f8f60c4be0f996b2534b7e5c463dc1cf7 100644
(file)
--- a/
contrib/postgres_fdw/postgres_fdw.c
+++ b/
contrib/postgres_fdw/postgres_fdw.c
@@
-353,8
+353,8
@@
static void postgresGetForeignUpperPaths(PlannerInfo *root,
* Helper functions
*/
static void estimate_path_cost_size(PlannerInfo *root,
- RelOptInfo *
base
rel,
- List *join_conds,
+ RelOptInfo *
foreign
rel,
+ List *
param_
join_conds,
List *pathkeys,
double *p_rows, int *p_width,
Cost *p_startup_cost, Cost *p_total_cost);