diff options
Diffstat (limited to 'src/include/utils/plancache.h')
-rw-r--r-- | src/include/utils/plancache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/plancache.h b/src/include/utils/plancache.h index 0929f58d6b0..7a98c5fa975 100644 --- a/src/include/utils/plancache.h +++ b/src/include/utils/plancache.h @@ -135,6 +135,7 @@ typedef struct CachedPlan * changes from this value */ int generation; /* parent's generation number for this plan */ int refcount; /* count of live references to this struct */ + bool has_foreign_join; /* plan has pushed down a foreign join */ MemoryContext context; /* context containing this CachedPlan */ } CachedPlan; |