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

From: José Arthur Benetasso Villanova <jose(dot)arthur(at)gmail(dot)com>
To: Matheus de Oliveira <matioli(dot)matheus(at)gmail(dot)com>
Cc: 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-01-13 22:22:32
Message-ID: alpine.LFD.2.21.1901132017350.26625@dreamer.home.benetasso.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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.

--
José Arthur

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Langille 2019-01-13 22:31:47 PGCon 2019 CFP closes on 19 January
Previous Message Tom Lane 2019-01-13 21:57:48 Re: [PATCH] Allow anonymous rowtypes in function return column definition