Re: PATCH: Reducing lock strength of trigger and foreign key DDL - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: PATCH: Reducing lock strength of trigger and foreign key DDL
Date
Msg-id CA+U5nMJPn9hVBp3L0+wi7o2r7ouTVUUk=wWpGF5qPXkR9_BpAg@mail.gmail.com
Whole thread Raw
In response to Re: PATCH: Reducing lock strength of trigger and foreign key DDL  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: PATCH: Reducing lock strength of trigger and foreign key DDL
Re: PATCH: Reducing lock strength of trigger and foreign key DDL
List pgsql-hackers
On 7 February 2015 at 20:05, Andreas Karlsson <andreas@proxel.se> wrote:
> On 01/30/2015 07:48 AM, Michael Paquier wrote:
>>
>> Looking at the latest patch, it seems that in
>> AlterTableGetLockLevel@tablecmds.c we ought to put AT_ReAddConstraint,
>> AT_AddConstraintRecurse and AT_ProcessedConstraint under the same
>> banner as AT_AddConstraint. Thoughts?
>
>
> A new version of the patch is attached which treats them as the same for
> locking. I think it is correct and improves readability to do so.

Committed. We move forwards, slowly but surely. Thanks for the patch.

-- Simon Riggs                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, RemoteDBA, Training &
Services



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: PATCH: nbklno in _hash_splitbucket unused (after ed9cc2b)
Next
From: Tom Lane
Date:
Subject: Column mis-spelling hints vs case folding