Richard Guo <guofenglinux(at)gmail(dot)com> writes:
> On Tue, Sep 8, 2026 at 11:08 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Also, why is the last code hunk in get_joinrel_parampathinfo
>> commented out?
> Because without your drop-redundant-equivalence-clauses patch the
> clause-recovery pass for dropped ECs re-adds a clause and trips that
> Assert (the cardinal_number query). It needs to be un-commented once
> your fix gets applied.
Ah. Do you want to just merge those patches and push them as one?
I think we want HEAD-and-19-only for all these changes.
regards, tom lane