Re: BUG #15720: `executor could not find named tuplestore ABC` inAFTER DELETE trigger referencing OLD TABLE as ABC - Mailing list pgsql-bugs

From Jason Madden
Subject Re: BUG #15720: `executor could not find named tuplestore ABC` inAFTER DELETE trigger referencing OLD TABLE as ABC
Date
Msg-id 276540DF-C02E-44A4-A042-E0F245EC3129@nextthought.com
Whole thread Raw
In response to Re: BUG #15720: `executor could not find named tuplestore ABC` in AFTER DELETE trigger referencing OLD TABLE as ABC  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #15720: `executor could not find named tuplestore ABC` inAFTER DELETE trigger referencing OLD TABLE as ABC  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-bugs

> On Jul 9, 2019, at 10:45, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
>
> FYI, we're now thinking that the problem here is unrelated to partitions
> but instead is a bug in EPQ, which is a subsystem that's entered only when
> a row to be locked/updated is found to have just been updated by some
> concurrent transaction.  See
>
> https://www.postgresql.org/message-id/flat/15900-bc482754fe8d7415%40postgresql.org
>
> If you're in a position to build a custom version of Postgres, you
> might try whether the patch proposed in that thread resolves your
> problem.

Thank you for the update. Unfortunately, I no longer work with that system and aren't able to try to reproduce the
issue.

~Jason


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #15720: `executor could not find named tuplestore ABC` in AFTER DELETE trigger referencing OLD TABLE as ABC
Next
From: Tom Lane
Date:
Subject: Re: ALTER TABLE results in "ERROR: could not open relation with OID 43707388"