diff options
Diffstat (limited to 'src/include/executor/execPartition.h')
-rw-r--r-- | src/include/executor/execPartition.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/executor/execPartition.h b/src/include/executor/execPartition.h index 64e5aab4eb1..43ca9908aa6 100644 --- a/src/include/executor/execPartition.h +++ b/src/include/executor/execPartition.h @@ -38,13 +38,13 @@ */ typedef struct PartitionDispatchData { - Relation reldesc; - PartitionKey key; - List *keystate; /* list of ExprState */ - PartitionDesc partdesc; + Relation reldesc; + PartitionKey key; + List *keystate; /* list of ExprState */ + PartitionDesc partdesc; TupleTableSlot *tupslot; TupleConversionMap *tupmap; - int *indexes; + int *indexes; } PartitionDispatchData; typedef struct PartitionDispatchData *PartitionDispatch; |