Re: Add comments about fire_triggers argument in ri_triggers.c

2025-11-25 Thread Amit Langote
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 > >

Re: Add comments about fire_triggers argument in ri_triggers.c

2025-11-24 Thread Kirill Reshke
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