Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash
Date
Msg-id adk9IiZYGam6OltO@nathan
Whole thread Raw
In response to Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash
List 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



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash
Next
From: Sandro Santilli
Date:
Subject: Re: Eliminating SPI / SQL from some RI triggers - take 3