diff options
Diffstat (limited to 'src/include/nodes/relation.h')
-rw-r--r-- | src/include/nodes/relation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index 88669f38765..b2b204693f7 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -490,6 +490,8 @@ typedef struct RelOptInfo /* default result targetlist for Paths scanning this relation */ struct PathTarget *reltarget; /* list of Vars/Exprs, cost, width */ + bool reltarget_has_non_vars; /* true if any expression in + * PathTarget is a non-Var */ /* materialization information */ List *pathlist; /* Path structures */ |