Re: enable/disable broken for statement triggers on partitioned tables

Amit Langote <amitlangote09@gmail.com>

From: Amit Langote <amitlangote09@gmail.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Simon Riggs <simon.riggs@enterprisedb.com>
Date: 2022-08-05T10:44:00Z
Lists: pgsql-hackers
On Fri, Aug 5, 2022 at 6:58 PM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> OK, pushed.  This soon caused buildfarm to show a failure due to
> underspecified ORDER BY, so I just pushed a fix for that too.

Thank you.

-- 
Thanks, Amit Langote
EDB: http://www.enterprisedb.com



Commits

  1. Fix ENABLE/DISABLE TRIGGER to handle recursion correctly