File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,15 @@ typedef struct PartitionDispatchData *PartitionDispatch;
58
58
* partition tree.
59
59
* num_dispatch number of partitioned tables in the partition
60
60
* tree (= length of partition_dispatch_info[])
61
- * partition_oids Array of leaf partitions OIDs
61
+ * partition_oids Array of leaf partitions OIDs with one entry
62
+ * for every leaf partition in the partition tree,
63
+ * initialized in full by
64
+ * ExecSetupPartitionTupleRouting.
62
65
* partitions Array of ResultRelInfo* objects with one entry
63
- * for every leaf partition in the partition tree.
66
+ * for every leaf partition in the partition tree,
67
+ * initialized lazily by ExecInitPartitionInfo.
64
68
* num_partitions Number of leaf partitions in the partition tree
65
- * (= 'partitions' array length)
69
+ * (= 'partitions_oid'/' partitions' array length)
66
70
* parent_child_tupconv_maps Array of TupleConversionMap objects with one
67
71
* entry for every leaf partition (required to
68
72
* convert tuple from the root table's rowtype to
You can’t perform that action at this time.
0 commit comments