Re: ERROR: corrupt MVNDistinct entry
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Andrei Lepikhov <lepihov@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-01-02T09:30:04Z
Lists: pgsql-hackers
On Tue, Dec 31, 2024 at 5:40 PM Richard Guo <guofenglinux@gmail.com> wrote: > Regarding the back-patch, this patch is a bug fix, which suggests it > should be back-patched. However, it also changes some plans by fixing > the cost estimation. Does anyone know what our usual approach is in > this situation? Although this patch could result in plan changes, it fixes an actual bug, so I've back-patched it to v16. Thanks Richard
Commits
-
Ignore nullingrels when looking up statistics
- e28033fe1af8 18.0 landed
- a1a9120c797d 16.7 landed
- 297b280abd7a 17.3 landed
-
Make Vars be outer-join-aware.
- 2489d76c4906 16.0 cited