File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ RelOptInfo - a relation or joined relations
355355 BitmapHeapPath - top of a bitmapped index scan
356356 TidPath - scan by CTID
357357 SubqueryScanPath - scan a subquery-in-FROM
358- ForeignPath - scan a foreign table
358+ ForeignPath - scan a foreign table, foreign join or foreign upper-relation
359359 CustomPath - for custom scan providers
360360 AppendPath - append multiple subpaths together
361361 MergeAppendPath - merge multiple subpaths, preserving their common sort order
Original file line number Diff line number Diff line change @@ -1030,7 +1030,8 @@ typedef struct SubqueryScanPath
10301030} SubqueryScanPath ;
10311031
10321032/*
1033- * ForeignPath represents a potential scan of a foreign table
1033+ * ForeignPath represents a potential scan of a foreign table, foreign join
1034+ * or foreign upper-relation.
10341035 *
10351036 * fdw_private stores FDW private data about the scan. While fdw_private is
10361037 * not actually touched by the core code during normal operations, it's
You can’t perform that action at this time.
0 commit comments