Re: BUG #14808: V10-beta4, backend abort
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Michael Paquier <michael.paquier@gmail.com>, phb07@apra.asso.fr,
Andrew Gierth <rhodiumtoad@postgresql.org>,
PostgreSQL mailing lists <pgsql-bugs@postgresql.org>
Date: 2017-09-10T19:02:53Z
Lists: pgsql-bugs
I wrote: > Now, the ExecEndModifyTable instance for the DELETE supposes that > all TCS-using triggers must have been fired during ExecutorFinish; > but *that doesn't happen if EXEC_FLAG_SKIP_TRIGGERS is set*, which > it is because ri_PerformCheck tells SPI not to fire triggers. In view of the fact that 10rc1 wraps tomorrow, there doesn't seem to be time to do anything better about this than my quick hack. So I went ahead and pushed that, with a regression test case. regards, tom lane
Commits
-
Fix SQL-spec incompatibilities in new transition table feature.
- 54d4d0ff6cd4 10.0 landed
- 0f79440fb0b4 11.0 landed
-
Quick-hack fix for foreign key cascade vs triggers with transition tables.
- 5c11717185bc 10.0 landed
- 3c435952176a 11.0 landed
-
Fix transition tables for ON CONFLICT.
- 8c55244ae379 10.0 cited
-
Fix transition tables for wCTEs.
- c46c0e5202e8 10.0 cited
-
Repair problems occurring when multiple RI updates have to be done to the same
- 9cb84097623e 8.3.0 cited