Re: pgsql: Optimize fast-path FK checks with batched index probes

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Amit Langote <amitlan(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Optimize fast-path FK checks with batched index probes
Date: 2026-04-03 06:44:24
Message-ID: CA+HiwqEp-9OKig-Cot4VCqYQGSGhDx=bJAtP1Nv_YmSVnX1rHA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Fri, Apr 3, 2026 at 2:34 PM Amit Langote <amitlan(at)postgresql(dot)org> wrote:
> - AfterTriggerBatchIsActive():

Oops. s/AfterTriggerBatchIsActive()/AfterTriggerIsActive() -- renamed
it in the code last evening and forgot to update the commit message.

--
Thanks, Amit Langote

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-04-03 17:32:04 pgsql: Remove bogus "safety margin" from predicate.c shmem estimates
Previous Message Amit Langote 2026-04-03 05:34:15 pgsql: Optimize fast-path FK checks with batched index probes