Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT

From: Andres Freund <andres(at)anarazel(dot)de>
To: José Arthur Benetasso Villanova <jose(dot)arthur(at)gmail(dot)com>
Cc: Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com>, michael(at)paquier(dot)xyz, ashutosh(dot)bapat(at)enterprisedb(dot)com, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT
Date: 2019-02-03 10:28:18
Message-ID: 20190203102818.bk44zrfry7l7k7bz@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2019-01-13 20:22:32 -0200, José Arthur Benetasso Villanova wrote:
>
> On Sun, 14 Oct 2018, Matheus de Oliveira wrote:
>
> >
> >
> > Updated the last patch so it can apply cleanly on HEAD.
> >
> >
>
> Hi Matheus.
>
> I applied your patch on top of bb874e30fbf9e85bdb117bad34865a5fae29dbf6.
>
> It compiled, worked as expected, but some tests broke executing make check:
>
> test create_table ... FAILED
> constraints ... FAILED
> inherit ... FAILED
> foreign_data ... FAILED
> alter_table ... FAILED
>
> I didn't test the bugfix, just the v3 patch.

Given that the patch hasn't been updated since, and the CF has ended,
I'm marking this patch as returned with feedback. Please resubmit once
that's fixed.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2019-02-03 10:31:38 Re: Shared buffer access rule violations?
Previous Message Andres Freund 2019-02-03 10:26:11 Re: minor fix in CancelVirtualTransaction