mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 05:13:42 -05:00
When checking for interleaved partitions, we mark the partition as interleaved when; 1. we find an earlier partition index when looping over the sorted-by-Datum indexes[] array, or; 2. we find that the NULL partition allows some non-NULL Datum value. In the code, as it was written in |
||
|---|---|---|
| .. | ||
| Makefile | ||
| partbounds.c | ||
| partdesc.c | ||
| partprune.c | ||