Re: Eliminating SPI / SQL from some RI triggers - take 3 - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Eliminating SPI / SQL from some RI triggers - take 3
Date
Msg-id CA+HiwqFAYnp24x_-+5tSOcn1k5uxRkcHPDbThhhuR2K4qk1oMg@mail.gmail.com
Whole thread
In response to Re: Eliminating SPI / SQL from some RI triggers - take 3  (jie wang <jugierwang@gmail.com>)
List pgsql-hackers
On Thu, Apr 9, 2026 at 6:22 PM jie wang <jugierwang@gmail.com> wrote:
>  Hi,
>
> I took a glance at the patch, overall looks good to me. A nitpick on 0001:
>
> +       bool            firing_batch_callbacks; /* true when in
> +                                                                               * FireAfterTriggersBatchCallbacks()
*/
>
> Looks like a typo in the comment. The function name is FireAfterTriggerBatchCallbacks, no “s” after Trigger.

Thanks, I've fixed the typo in my local tree.

--
Thanks, Amit Langote



pgsql-hackers by date:

Previous
From: jie wang
Date:
Subject: Re: Eliminating SPI / SQL from some RI triggers - take 3
Next
From: Antonin Houska
Date:
Subject: Re: Adding REPACK [concurrently]