Hi,
On Mon, Nov 24, 2025 at 6:23 PM Kirill Reshke wrote:
> On Mon, 31 Mar 2025 at 17:27, Yugo Nagata wrote:
> >
> > Hi,
> >
> > SPI_execute_snapshot() has a argument called "fire_triggers". If this is
> > false,
> > AFTER triggers are postponed to end of the query. This is true in normal
> >
On Mon, 31 Mar 2025 at 17:27, Yugo Nagata wrote:
>
> Hi,
>
> SPI_execute_snapshot() has a argument called "fire_triggers". If this is
> false,
> AFTER triggers are postponed to end of the query. This is true in normal case,
> but set to false in RI triggers.
>
> This is introduced by 9cb84097623