diff options
Diffstat (limited to 'src/include/nodes/relation.h')
-rw-r--r-- | src/include/nodes/relation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index e9dfb663c20..45739c3ee7a 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 |