Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7551d9b

Browse files
committed
C comment: add description of root_tuple_slot
Reported-by: Amit Langote Discussion: https://postgr.es/m/d2e6674c-c5c6-fe89-1d0b-3534b9db0476@lab.ntt.co.jp
1 parent bdf46af commit 7551d9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/include/executor/execPartition.h

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ typedef struct PartitionDispatchData *PartitionDispatch;
9090
* given leaf partition's rowtype after that
9191
* partition is chosen for insertion by
9292
* 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
9397
*-----------------------
9498
*/
9599
typedef struct PartitionTupleRouting

0 commit comments

Comments
 (0)