Re: Delay locking partitions during INSERT and UPDATE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Delay locking partitions during INSERT and UPDATE
Date
Msg-id 7910.1550527859@sss.pgh.pa.us
Whole thread Raw
In response to Re: Delay locking partitions during INSERT and UPDATE  (Andres Freund <andres@anarazel.de>)
Responses Re: Delay locking partitions during INSERT and UPDATE
List pgsql-hackers
What I'd like to understand about this patch is how it relates
to Amit L.'s work on making the planner faster for partitioned
UPDATE/DELETE cases (https://commitfest.postgresql.org/22/1778/).
I think that that might render this moot?  And if it doesn't,
how much does it really matter?  You can't really postpone taking
a lock on a relation that the planner is going to do anything
nontrivial with.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proving IS NOT NULL inference for ScalarArrayOpExpr's
Next
From: Tom Lane
Date:
Subject: Re: crash in pg_identify_object_as_address