diff options
Diffstat (limited to 'src/include/nodes/pathnodes.h')
-rw-r--r-- | src/include/nodes/pathnodes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/nodes/pathnodes.h b/src/include/nodes/pathnodes.h index cf28416da84..7d4f24d2508 100644 --- a/src/include/nodes/pathnodes.h +++ b/src/include/nodes/pathnodes.h @@ -125,9 +125,6 @@ typedef struct PlannerGlobal /* "flat" list of AppendRelInfos */ List *appendRelations; - /* List of PartitionPruneInfo contained in the plan */ - List *partPruneInfos; - /* OIDs of relations the plan depends on */ List *relationOids; @@ -547,9 +544,6 @@ struct PlannerInfo /* Does this query modify any partition key columns? */ bool partColsUpdated; - - /* PartitionPruneInfos added in this query's plan. */ - List *partPruneInfos; }; |