diff options
Diffstat (limited to 'src/include/nodes/relation.h')
-rw-r--r-- | src/include/nodes/relation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index 6de07a1fbd0..32321238ae4 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -911,6 +911,7 @@ typedef struct TidPath typedef struct ForeignPath { Path path; + Path *fdw_outerpath; List *fdw_private; } ForeignPath; |