Re: Fix bogus Asserts in calc_non_nestloop_required_outer
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Richard Guo <guofenglinux@gmail.com>
Cc: Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-01-05T19:14:30Z
Lists: pgsql-hackers
On Fri, Nov 3, 2023 at 2:47 AM Richard Guo <guofenglinux@gmail.com> wrote: > Comment is now added above the Asserts. Thanks for taking an interest > in this. I'd like to suggest rewording this comment a little more. Here's my proposal: Both of the paths passed to this function are still parameterized by the topmost parent, because reparameterize_path_by_child() hasn't been called yet. So, these sanity checks use the parent relids. What do you think? -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Fix Asserts in calc_non_nestloop_required_outer().
- add673b897c3 17.0 landed