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

From Andreas Karlsson
Subject Re: PATCH: Reducing lock strength of trigger and foreign key DDL
Date
Msg-id 54D48B8D.2050700@proxel.se
Whole thread Raw
In response to Re: PATCH: Reducing lock strength of trigger and foreign key DDL  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 02/06/2015 08:16 AM, Michael Paquier wrote:
> On Fri, Jan 30, 2015 at 10:26 PM, Andreas Karlsson 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?
>>
>> Good point. I think moving those would be a good thing even though it is
>> technically not necessary for AT_AddConstraintRecurse, since that one should
>> only be related to check constraints.
>
> Andreas, are you planning to send an updated patch?

Yes, I will hopefully send it later today or tomorrow.

Andreas





pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: ExplainModifyTarget doesn't work as expected
Next
From: Heikki Linnakangas
Date:
Subject: Re: Simplify sleeping while reading/writing from client