Re: Materialized view rewrite is broken when there is an event trigger - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Materialized view rewrite is broken when there is an event trigger
Date
Msg-id YvJdcZcSb1Emlaat@paquier.xyz
Whole thread Raw
In response to Materialized view rewrite is broken when there is an event trigger  (Önder Kalacı <onderkalaci@gmail.com>)
Responses Re: Materialized view rewrite is broken when there is an event trigger
Re: Materialized view rewrite is broken when there is an event trigger
List pgsql-hackers
On Tue, Aug 09, 2022 at 02:55:06PM +0200, Önder Kalacı wrote:
> Attached a patch to fix as well. If the patch looks good to you, can you
> consider getting this to PG 15?

Thanks, this one is on me so I have added an open item.  I will
unfortunately not be able to address that this week because of life,
but I should be able to grab a little bit of time next week to look at
what you have.

Please note that we should not add an event in create_am.sql even if
it is empty, as it gets run in parallel of other tests so there could
be interferences.  I think that this had better live in
sql/event_trigger.sql, even if it requires an extra table AM to check
this specific case.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Önder Kalacı
Date:
Subject: Materialized view rewrite is broken when there is an event trigger
Next
From: Amit Kapila
Date:
Subject: Re: automatically generating node support functions