Re: pgsql: Add deduplication to nbtree. - Mailing list pgsql-committers

From Peter Geoghegan
Subject Re: pgsql: Add deduplication to nbtree.
Date
Msg-id CAH2-Wzk+w8unuU5zEhUWG=2dZ+xbDbRiYRZmfWw41jr-PTWt6w@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add deduplication to nbtree.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Add deduplication to nbtree.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Sun, Mar 1, 2020 at 8:06 PM Tom Lane <tgl@sss.pgh.pa.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



pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Add assertions to _bt_update_posting().
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add deduplication to nbtree.