diff options
-rw-r--r-- | src/include/executor/execPartition.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/executor/execPartition.h b/src/include/executor/execPartition.h index 8f847050e49..fc6e9574e30 100644 --- a/src/include/executor/execPartition.h +++ b/src/include/executor/execPartition.h @@ -90,6 +90,10 @@ typedef struct PartitionDispatchData *PartitionDispatch; * given leaf partition's rowtype after that * partition is chosen for insertion by * tuple-routing. + * root_tuple_slot TupleTableSlot to be used to transiently hold + * copy of a tuple that's being moved across + * partitions in the root partitioned table's + * rowtype *----------------------- */ typedef struct PartitionTupleRouting |