File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -103,21 +103,27 @@ struct PartitionTupleRouting
103103 *
104104 * reldesc
105105 * Relation descriptor of the table
106+ *
106107 * key
107108 * Partition key information of the table
109+ *
108110 * keystate
109111 * Execution state required for expressions in the partition key
112+ *
110113 * partdesc
111114 * Partition descriptor of the table
115+ *
112116 * tupslot
113117 * A standalone TupleTableSlot initialized with this table's tuple
114118 * descriptor, or NULL if no tuple conversion between the parent is
115119 * required.
120+ *
116121 * tupmap
117122 * TupleConversionMap to convert from the parent's rowtype to this table's
118123 * rowtype (when extracting the partition key of a tuple just before
119124 * routing it through this table). A NULL value is stored if no tuple
120125 * conversion is required.
126+ *
121127 * indexes
122128 * Array of partdesc->nparts elements. For leaf partitions the index
123129 * corresponds to the partition's ResultRelInfo in the encapsulating
You can’t perform that action at this time.
0 commit comments