pgsql: Check default partitions constraints while descending

2020-09-08 Thread Alvaro Herrera
Check default partitions constraints while descending Partitioning tuple route code assumes that the partition chosen while descending the partition hierarchy is always the correct one. This is true except when the partition is the default partition and another partition has been added concurrent

pgsql: Check default partitions constraints while descending

2020-09-08 Thread Alvaro Herrera
Check default partitions constraints while descending Partitioning tuple route code assumes that the partition chosen while descending the partition hierarchy is always the correct one. This is true except when the partition is the default partition and another partition has been added concurrent

pgsql: Check default partitions constraints while descending

2020-09-08 Thread Alvaro Herrera
Check default partitions constraints while descending Partitioning tuple route code assumes that the partition chosen while descending the partition hierarchy is always the correct one. This is true except when the partition is the default partition and another partition has been added concurrent