Re: BUG #17976: Inconsistent results of SELECT using CASE WHEN clause
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Richard Guo <guofenglinux@gmail.com>, zuming.jiang@inf.ethz.ch, pgsql-bugs@lists.postgresql.org
Date: 2023-06-20T09:25:26Z
Lists: pgsql-bugs
On Mon, Jun 19, 2023 at 6:59 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > Amit Kapila <amit.kapila16@gmail.com> writes: > > Does this commit close the open item: "join removal can no longer skip > > updating EquivalenceClasses"? If so, can we update it? > > Yeah. > Done. -- With Regards, Amit Kapila.
Commits
-
When removing a left join, clean out references in EquivalenceClasses.
- f4c00d138f6d 16.0 landed
-
doc: PG 16 relnotes, fix PREPARE/EXECUTE wording
- 3f1aaaa18068 16.0 cited