Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location

From: Claudio Freire <klaussfreire(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: PostgreSQL-Dev <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [WIP] [B-Tree] Keep indexes sorted by heap physical location
Date: 2016-08-20 05:26:26
Message-ID: CAGTBQpYxvmgz35do91WeG2PP=DLj2-+9eN05hRxKpFLc0j1y5w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Aug 20, 2016 at 1:53 AM, Claudio Freire <klaussfreire(at)gmail(dot)com> wrote:
> All uniqueness checks will try to read-lock nbuf
> unless the uniqueness check for that insertion is done.

That should read "all uniqueness checks will try to read-lock the buf
unless the uniqueness check for that insertion is done."

(nbuf -> buf)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2016-08-20 06:24:52 Re: Logical decoding restart problems
Previous Message Christian Convey 2016-08-20 05:18:29 Re: WIP: About CMake v2