Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT - Mailing list pgsql-hackers

From Matheus de Oliveira
Subject Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT
Date
Msg-id CAJghg4+0ugJUWH9FXcudOB6D_Oe4-sqesASKTgTSWpEoC+65_g@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTERCONSTRAINT  (Andres Freund <andres@anarazel.de>)
Responses Re: [PATCH] Add support for ON UPDATE/DELETE actions on ALTER CONSTRAINT
List pgsql-hackers


On Sun, Feb 3, 2019 at 8:28 AM Andres Freund <andres@anarazel.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

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Making all nbtree entries unique by having heap TIDs participatein comparisons
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Progress reporting for pg_verify_checksums