Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 793a89c

Browse files
committed
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/[email protected]
1 parent ca4e20f commit 793a89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/postgres_fdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ static void postgresGetForeignPaths(PlannerInfo *root,
278278
RelOptInfo *baserel,
279279
Oid foreigntableid);
280280
static ForeignScan *postgresGetForeignPlan(PlannerInfo *root,
281-
RelOptInfo *baserel,
281+
RelOptInfo *foreignrel,
282282
Oid foreigntableid,
283283
ForeignPath *best_path,
284284
List *tlist,

0 commit comments

Comments
 (0)