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

From Önder Kalacı
Subject Re: Materialized view rewrite is broken when there is an event trigger
Date
Msg-id CACawEhXQDb6F-fSMSSkDcEHnmq5nbjj+Of3MWCtKpbmy=RTq2g@mail.gmail.com
Whole thread Raw
In response to Re: Materialized view rewrite is broken when there is an event trigger  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Materialized view rewrite is broken when there is an event trigger
List pgsql-hackers
Hi,

I should be able to grab a little bit of time next week to look at
what you have.
 
Thanks!
 

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.
--


Moved the test to event_trigger.sql. 

> parallel group (2 tests, in groups of 1):  event_trigger oidjoins

Though, it also seems to run in parallel, but I assume the parallel test already works fine with concurrent event triggers?

Thanks,
Onder
 
Attachment

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Temporary file access API
Next
From: Tom Lane
Date:
Subject: Re: Materialized view rewrite is broken when there is an event trigger