File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 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;
5858 * partition tree.
5959 * num_dispatch number of partitioned tables in the partition
6060 * 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.
6265 * 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.
6468 * num_partitions Number of leaf partitions in the partition tree
65- * (= 'partitions' array length)
69+ * (= 'partitions_oid'/' partitions' array length)
6670 * parent_child_tupconv_maps Array of TupleConversionMap objects with one
6771 * entry for every leaf partition (required to
6872 * convert tuple from the root table's rowtype to
You can’t perform that action at this time.
0 commit comments