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

From Robert Haas
Subject Re: PATCH: Reducing lock strength of trigger and foreign key DDL
Date
Msg-id CA+TgmoY5S4km4+MQzgSnZnETAJVoX1uO7w5i9aCYzNVtB=RLLQ@mail.gmail.com
Whole thread Raw
In response to PATCH: Reducing lock strength of trigger and foreign key DDL  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
I'm not sure about the rest of this but...

On Sat, Dec 13, 2014 at 3:45 PM, Andreas Karlsson <andreas@proxel.se> wrote:
> Is this patch
> worthwhile even without reducing the lock levels of the drop commands?

Yes!  It certainly makes more sense to reduce the lock levels where we
can do that relatively easily, and postpone work on related projects
that are harder, rather than waiting until it all seems to work before
doing anything at all.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Join push-down support for foreign tables
Next
From: Andres Freund
Date:
Subject: Re: Commitfest problems