Re: Delay locking partitions during INSERT and UPDATE
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andres Freund <andres@anarazel.de>, Robert Haas <robertmhaas@gmail.com>, Tomas Vondra <tomas.vondra@2ndquadrant.com>,
John Naylor <john.naylor@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-02-18T23:30:17Z
Lists: pgsql-hackers
On Tue, 19 Feb 2019 at 12:15, Tom Lane <tgl@sss.pgh.pa.us> wrote: > > David Rowley <david.rowley@2ndquadrant.com> writes: > > Looks like you're looking at the patch from the "Delay locking > > partitions during query execution" thread [1]. Different thing > > altogether, although the names are confusingly similar. > > My apologies --- I searched my inbox for "Delay locking partitions", > and failed to notice that I was extracting a patch from the wrong > thread with that in its title. (The questions I posed should > be posted to that thread instead, as they still apply there.) Easily done. Happy to answer the question there if you ask it there. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Delay lock acquisition for partitions until we route a tuple to them.
- 9eefba181f77 12.0 landed