@@ -1449,13 +1449,13 @@ create_worktablescan_path(PlannerInfo *root, RelOptInfo *rel,
1449
1449
1450
1450
/*
1451
1451
* create_foreignscan_path
1452
- * Creates a path corresponding to a scan of a foreign table,
1453
- * returning the pathnode.
1452
+ * Creates a path corresponding to a scan of a foreign table or
1453
+ *a foreign join, returning the pathnode.
1454
1454
*
1455
1455
* This function is never called from core Postgres; rather, it's expected
1456
- * to be called by the GetForeignPathsfunction of a foreign data wrapper.
1457
- * We make the FDW supply all fields of the path, since we do not have any
1458
- * way to calculate them in core.
1456
+ * to be called by the GetForeignPathsor GetForeignJoinPaths function of
1457
+ *a foreign data wrapper. We make the FDW supply all fields of the path,
1458
+ *since we do not have any way to calculate them in core.
1459
1459
*/
1460
1460
ForeignPath *
1461
1461
create_foreignscan_path (PlannerInfo * root ,RelOptInfo * rel ,