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

From Amit Langote
Subject Re: pgsql: Optimize fast-path FK checks with batched index probes
Date
Msg-id CA+HiwqEp-9OKig-Cot4VCqYQGSGhDx=bJAtP1Nv_YmSVnX1rHA@mail.gmail.com
Whole thread
In response to pgsql: Optimize fast-path FK checks with batched index probes  (Amit Langote <amitlan@postgresql.org>)
List pgsql-committers
On Fri, Apr 3, 2026 at 2:34 PM Amit Langote <amitlan@postgresql.org> wrote:
>   - AfterTriggerBatchIsActive():

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

--
Thanks, Amit Langote



pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: pgsql: Optimize fast-path FK checks with batched index probes
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Change default of max_locks_per_transactions to 128