We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf46af commit 7551d9bCopy full SHA for 7551d9b
src/include/executor/execPartition.h
@@ -90,6 +90,10 @@ typedef struct PartitionDispatchData *PartitionDispatch;
90
* given leaf partition's rowtype after that
91
* partition is chosen for insertion by
92
* tuple-routing.
93
+ * root_tuple_slot TupleTableSlot to be used to transiently hold
94
+ * copy of a tuple that's being moved across
95
+ * partitions in the root partitioned table's
96
+ * rowtype
97
*-----------------------
98
*/
99
typedef struct PartitionTupleRouting
0 commit comments