diff options
Diffstat (limited to 'src/include/executor/execPartition.h')
-rw-r--r-- | src/include/executor/execPartition.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/executor/execPartition.h b/src/include/executor/execPartition.h index 6d1b7221987..74c39911b2a 100644 --- a/src/include/executor/execPartition.h +++ b/src/include/executor/execPartition.h @@ -37,12 +37,6 @@ typedef struct PartitionRoutingInfo TupleConversionMap *pi_RootToPartitionMap; /* - * Map for converting tuples in partition format into the root partitioned - * table format, or NULL if no conversion is required. - */ - TupleConversionMap *pi_PartitionToRootMap; - - /* * Slot to store tuples in partition format, or NULL when no translation * is required between root and partition. */ |