Re: Wrong query results caused by loss of join quals
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Richard Guo <guofenglinux@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>,
David Rowley <dgrowleyml@gmail.com>
Date: 2023-02-23T16:06:56Z
Lists: pgsql-hackers
Richard Guo <guofenglinux@gmail.com> writes: > On Thu, Feb 23, 2023 at 4:50 AM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Less-hasty v2 patch attached. > I think the patch is in good shape now. Pushed, thanks for reviewing! regards, tom lane
Commits
-
Fix mis-handling of outer join quals generated by EquivalenceClasses.
- 739f1d6218f5 16.0 landed