Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: CharSyam <charsyam@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2026-04-10T18:10:42Z
Lists: pgsql-hackers
On Sat, Apr 11, 2026 at 01:09:33AM +0900, CharSyam wrote: > I believe this patch is ready for review. I look forward to any feedback > and am happy to make revisions. Sorry, I forgot to ask whether we could move the "pre-check" to within the equal_keys() function so that it needn't be added to every one of its callers. -- nathan