mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
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
This commit is contained in:
parent
ca4e20fde8
commit
793a89c196
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user