Re: Trivial revise for the check of parameterized partial paths
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-07-30T07:42:30Z
Lists: pgsql-hackers
On Thu, Jan 25, 2024 at 3:21 PM Richard Guo <guofenglinux@gmail.com> wrote: > On Sun, Jan 21, 2024 at 8:36 PM vignesh C <vignesh21@gmail.com> wrote: >> I'm seeing that there has been no activity in this thread for nearly 7 >> months, I'm planning to close this in the current commitfest unless >> someone is planning to take it forward. > > > This patch fixes the wrong comments in try_partial_hashjoin_path, and > also simplifies and enhances the checks for parameterized partial paths. > I think it's worth to be moved forward. > > I've rebased the patch over current master, added a commit message > describing what it does, and updated the comment a little bit in the v2 > patch. I've pushed this patch. Thanks Richard
Commits
-
Refactor the checks for parameterized partial paths
- 2309eff62b46 18.0 landed