diff options
Diffstat (limited to 'src/include/nodes/relation.h')
| -rw-r--r-- | src/include/nodes/relation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index 300136e80d..dacbe9cc0b 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -190,6 +190,9 @@ typedef struct PlannerInfo List *cte_plan_ids; /* per-CTE-item list of subplan IDs */ + List *multiexpr_params; /* List of Lists of Params for + * MULTIEXPR subquery outputs */ + List *eq_classes; /* list of active EquivalenceClasses */ List *canon_pathkeys; /* list of "canonical" PathKeys */ |
