Commit 793a89c1 authored by Tom Lane's avatar Tom Lane

Sync function prototype with its actual definition.

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
parent ca4e20fd
...@@ -278,7 +278,7 @@ static void postgresGetForeignPaths(PlannerInfo *root, ...@@ -278,7 +278,7 @@ static void postgresGetForeignPaths(PlannerInfo *root,
RelOptInfo *baserel, RelOptInfo *baserel,
Oid foreigntableid); Oid foreigntableid);
static ForeignScan *postgresGetForeignPlan(PlannerInfo *root, static ForeignScan *postgresGetForeignPlan(PlannerInfo *root,
RelOptInfo *baserel, RelOptInfo *foreignrel,
Oid foreigntableid, Oid foreigntableid,
ForeignPath *best_path, ForeignPath *best_path,
List *tlist, List *tlist,
......
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