Re: Event Triggers reduced, v1 - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Event Triggers reduced, v1
Date
Msg-id m2a9zxvkvt.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: Event Triggers reduced, v1  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Event Triggers reduced, v1  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Did you try REASSIGN OWNED and DROP OWNED with a role that has defined
> some event triggers?

Not yet. Will add to regression tests, good catch.

> Hmm, I don't like the idea of a test that only runs in serial mode.
> Maybe we can find some way to make it work in parallel mode as well.

I don't see how we can manage to do that, as adding an event trigger to
some command will impact tests running in parallel.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH 10/16] Introduce the concept that wal has a 'origin' node
Next
From: Andres Freund
Date:
Subject: Re: Event Triggers reduced, v1