mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Comment improvements for ForeignPath.
It's not necessarily just scanning a base relation any more. Amit Langote and Etsuro Fujita
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user