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

  1. Fix handling of multiple AFTER ROW triggers on a foreign table.

  2. Use slots in trigger infrastructure, except for the actual invocation.