Re: Fix bogus Asserts in calc_non_nestloop_required_outer
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2023-11-03T06:46:56Z
Lists: pgsql-hackers
Attachments
- v2-0001-Fix-bogus-Asserts-in-calc_non_nestloop_required_outer.patch (application/octet-stream) patch v2-0001
On Thu, Sep 7, 2023 at 11:09 PM Aleksander Alekseev < aleksander@timescale.com> wrote: > Probably it's just because of my limited experience with the optimizer > but I don't find the proposed change particularly straightforward. I > would suggest adding a comment before the Assert's and/or a detailed > commit message would be helpful. Comment is now added above the Asserts. Thanks for taking an interest in this. Thanks Richard
Commits
-
Fix Asserts in calc_non_nestloop_required_outer().
- add673b897c3 17.0 landed