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

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

On Sun, Feb 3, 2019 at 8:28 AM Andres Freund <andres(at)anarazel(dot)de> wrote:

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

Sorry for the long delay. I've rebased the patch to current master (at
f2004f19ed now), attached as postgresql-alter-constraint.v4.patch. All
tests passed cleanly.

Best regards,
--
Matheus de Oliveira

Attachment Content-Type Size
postgresql-alter-constraint.v4.patch text/x-patch 29.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2019-03-19 00:04:14 Re: Progress reporting for pg_verify_checksums
Previous Message Robert Haas 2019-03-18 23:59:56 Re: Making all nbtree entries unique by having heap TIDs participate in comparisons