Re: pgsql: Allow FOR EACH ROW triggers on partitioned tables

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Allow FOR EACH ROW triggers on partitioned tables
Date: 2018-03-26 14:50:53
Message-ID: 20180326145053.tshgbgklnuryjw3f@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andres Freund wrote:

> On 2018-03-23 13:48:53 +0000, Alvaro Herrera wrote:
> > Allow FOR EACH ROW triggers on partitioned tables

> The inherit.sql here looks like it's racing against the concurrentlys
> scheduled triggers.sql according to my new desmoxytes animal:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=desmoxytes&dt=2018-03-25%2004%3A48%3A01

You're right -- fixed.

Thanks

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-26 15:03:41 Re: pgsql: Allow FOR EACH ROW triggers on partitioned tables
Previous Message Alvaro Herrera 2018-03-26 13:44:35 pgsql: Handle INSERT .. ON CONFLICT with partitioned tables