Sync function prototype with its actual definition.
authorTom Lane <[email protected]>
Wed, 6 Sep 2017 21:52:08 +0000 (17:52 -0400)
committerTom 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

index 32dc4e6301f8080cc3f5896e09f9132ed1dd1058..fb65e2eb20cd84e68de5e3fd5a00b9af521498a4 100644 (file)
@@ -278,7 +278,7 @@ static void postgresGetForeignPaths(PlannerInfo *root,
                        RelOptInfo *baserel,
                        Oid foreigntableid);
 static ForeignScan *postgresGetForeignPlan(PlannerInfo *root,
-                      RelOptInfo *baserel,
+                      RelOptInfo *foreignrel,
                       Oid foreigntableid,
                       ForeignPath *best_path,
                       List *tlist,