diff options
| author | Robert Haas | 2016-04-21 17:30:48 +0000 |
|---|---|---|
| committer | Robert Haas | 2016-04-21 17:30:48 +0000 |
| commit | 36f69faeff540cd93de0b6aa7c2d2a7781d637a6 (patch) | |
| tree | 32932cc9252c4ae5be42c83dd76a53720be1acef /src/backend | |
| parent | 9f84280ae94b43b75dcf32aef433545335e7bb16 (diff) | |
Comment improvements for ForeignPath.
It's not necessarily just scanning a base relation any more.
Amit Langote and Etsuro Fujita
Diffstat (limited to 'src/backend')
| -rw-r--r-- | src/backend/optimizer/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/README b/src/backend/optimizer/README index 5e124597eea..24071729282 100644 --- a/src/backend/optimizer/README +++ b/src/backend/optimizer/README @@ -355,7 +355,7 @@ RelOptInfo - a relation or joined relations BitmapHeapPath - top of a bitmapped index scan TidPath - scan by CTID SubqueryScanPath - scan a subquery-in-FROM - ForeignPath - scan a foreign table + ForeignPath - scan a foreign table, foreign join or foreign upper-relation CustomPath - for custom scan providers AppendPath - append multiple subpaths together MergeAppendPath - merge multiple subpaths, preserving their common sort order |
