Re: BUG #16139: Assertion fails on INSERT into a postgres_fdw' table with two AFTER INSERT triggers
Etsuro Fujita <etsuro.fujita@gmail.com>
From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: exclusion@gmail.com, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2019-12-10T09:33:08Z
Lists: pgsql-bugs
On Fri, Dec 6, 2019 at 5:27 PM Etsuro Fujita <etsuro.fujita@gmail.com> wrote: > If no objections, I'll push the patch. Pushed. Thanks for the report, Alexander Lakhin! Best regards, Etsuro Fujita
Commits
-
Fix handling of multiple AFTER ROW triggers on a foreign table.
- 547e454cbc8f 12.2 landed
- 5a20b0219e76 13.0 landed
-
Use slots in trigger infrastructure, except for the actual invocation.
- ff11e7f4b9ae 12.0 cited