File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 7272 * of datum-tuples with 2 datums, modulus and remainder, corresponding to a
7373 * given partition.
7474 *
75+ * The datums in datums array are arranged in increasing order as defined by
76+ * functions qsort_partition_rbound_cmp(), qsort_partition_list_value_cmp() and
77+ * qsort_partition_hbound_cmp() for range, list and hash partitioned tables
78+ * respectively. For range and list partitions this simply means that the
79+ * datums in the datums array are arranged in increasing order as defined by
80+ * the partition key's operator classes and collations.
81+ *
7582 * In the case of list partitioning, the indexes array stores one entry for
7683 * every datum, which is the index of the partition that accepts a given datum.
7784 * In case of range partitioning, it stores one entry per distinct range
You can’t perform that action at this time.
0 commit comments