Re: pgsql: Add deduplication to nbtree.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Add deduplication to nbtree.
Date: 2020-03-02 16:08:11
Message-ID: CAH2-Wzk+w8unuU5zEhUWG=2dZ+xbDbRiYRZmfWw41jr-PTWt6w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sun, Mar 1, 2020 at 8:06 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > I was thinking of the approach taken in the attached patch. It more or
> > less copies over the assertions from _bt_form_posting() that did not
> > appear in _bt_update_posting().
>
> OK by me.

Pushed. Thanks.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-03-02 17:47:46 Re: pgsql: Add deduplication to nbtree.
Previous Message Peter Geoghegan 2020-03-02 16:07:46 pgsql: Add assertions to _bt_update_posting().