diff options
Diffstat (limited to 'src/include/partitioning/partprune.h')
-rw-r--r-- | src/include/partitioning/partprune.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/partitioning/partprune.h b/src/include/partitioning/partprune.h index b95c346bab0..e07aaaf798b 100644 --- a/src/include/partitioning/partprune.h +++ b/src/include/partitioning/partprune.h @@ -23,8 +23,6 @@ * Stores information needed at runtime for pruning computations * related to a single partitioned table. * - * partrel Relcache pointer for the partitioned table, - * if we have it open (else NULL). * strategy Partition strategy, e.g. LIST, RANGE, HASH. * partnatts Number of columns in the partition key. * nparts Number of partitions in this partitioned table. @@ -50,7 +48,6 @@ */ typedef struct PartitionPruneContext { - Relation partrel; char strategy; int partnatts; int nparts; |