projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca4e20f
)
Sync function prototype with its actual definition.
author
Tom Lane
<
[email protected]
>
Wed, 6 Sep 2017 21:52:08 +0000
(17:52 -0400)
committer
Tom Lane
<
[email protected]
>
Wed, 6 Sep 2017 21:52:08 +0000
(17:52 -0400)
Use the same parameter names as in the definition. Cosmetic fix only.
Tatsuro Yamada
Discussion: https://postgr.es/m/
58E711AF
.
7070305
@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 32dc4e6301f8080cc3f5896e09f9132ed1dd1058..fb65e2eb20cd84e68de5e3fd5a00b9af521498a4 100644
(file)
--- a/
contrib/postgres_fdw/postgres_fdw.c
+++ b/
contrib/postgres_fdw/postgres_fdw.c
@@
-278,7
+278,7
@@
static void postgresGetForeignPaths(PlannerInfo *root,
RelOptInfo *baserel,
Oid foreigntableid);
static ForeignScan *postgresGetForeignPlan(PlannerInfo *root,
- RelOptInfo *
base
rel,
+ RelOptInfo *
foreign
rel,
Oid foreigntableid,
ForeignPath *best_path,
List *tlist,