Re: Materialized view rewrite is broken when there is an event trigger

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Önder Kalacı <onderkalaci(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Materialized view rewrite is broken when there is an event trigger
Date: 2022-08-17 06:00:20
Message-ID: YvyD9BgGhAlr6wY7@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 09, 2022 at 04:29:37PM +0200, Önder Kalacı wrote:
> Though, it also seems to run in parallel, but I assume the parallel test
> already works fine with concurrent event triggers?

We've had issues with such assumptions in the past as event triggers
are global, see for example 676858b or c219cbf, so I would rather
avoid more of that.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dilip Kumar 2022-08-17 06:01:45 Re: XLogBeginRead's header comment lies
Previous Message Michael Paquier 2022-08-17 05:56:25 Re: Materialized view rewrite is broken when there is an event trigger