pgsql: Fix freeing a child join's SpecialJoinInfo

2025-02-18 Thread Richard Guo
Fix freeing a child join's SpecialJoinInfo In try_partitionwise_join, we try to break down the join between two partitioned relations into joins between matching partitions. To achieve this, we iterate through each pair of partitions from the two joining relations and create child join relations

pgsql: Fix freeing a child join's SpecialJoinInfo

2025-02-18 Thread Richard Guo
Fix freeing a child join's SpecialJoinInfo In try_partitionwise_join, we try to break down the join between two partitioned relations into joins between matching partitions. To achieve this, we iterate through each pair of partitions from the two joining relations and create child join relations