summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorRobert Haas2016-04-21 17:30:48 +0000
committerRobert Haas2016-04-21 17:30:48 +0000
commit36f69faeff540cd93de0b6aa7c2d2a7781d637a6 (patch)
tree32932cc9252c4ae5be42c83dd76a53720be1acef /src/include
parent9f84280ae94b43b75dcf32aef433545335e7bb16 (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/include')
-rw-r--r--src/include/nodes/relation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index e9dfb663c2..45739c3ee7 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -1030,7 +1030,8 @@ typedef struct SubqueryScanPath
} SubqueryScanPath;
/*
- * ForeignPath represents a potential scan of a foreign table
+ * ForeignPath represents a potential scan of a foreign table, foreign join
+ * or foreign upper-relation.
*
* fdw_private stores FDW private data about the scan. While fdw_private is
* not actually touched by the core code during normal operations, it's