Re: Delay locking partitions during INSERT and UPDATE

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, John Naylor <john(dot)naylor(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Delay locking partitions during INSERT and UPDATE
Date: 2019-01-31 21:47:42
Message-ID: CAKJS1f8zLgU9xXGktCjQ+FRCOhsM1hPBnTVGg2vRNBQRs7kZ+w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 1 Feb 2019 at 07:46, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> I have reviewed this patch and I am in favor of it. I think it likely
> needs minor rebasing because of the heap_open -> table_open renaming.

Many thanks for looking at it. The v2 patch was based on top of the
heap_open -> table_open change.

--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-01-31 22:45:02 Re: Using POPCNT and other advanced bit manipulation instructions
Previous Message Robert Haas 2019-01-31 21:31:50 Re: Delay locking partitions during query execution