Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: CharSyam <charsyam(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Use cached hash to skip unnecessary key comparisons in dshash
Date: 2026-04-10 18:10:42
Message-ID: adk9IiZYGam6OltO@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

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