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 00:09:37
Message-ID: CAH2-WznRH9zmUn3tthVgHp3KDNvqCEL-E2u+xTgQYeT2xtfHqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sun, Mar 1, 2020 at 3:01 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> I am happy to add parallel-to-_bt_form_posting() assertions about
> alignment to _bt_form_posting(), to nail it down completely. Plus I'll
> add the assertion I suggested already. Once I commit a patch with
> these two new assertions, I think that we can consider the matter
> resolved. Does that seem reasonable to you?

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().

--
Peter Geoghegan

Attachment Content-Type Size
0001-Add-assertions-to-_bt_update_posting.patch application/octet-stream 1.1 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-03-02 01:02:05 pgsql: Handle logical decoding in multi-insert for catalog tuples
Previous Message Peter Geoghegan 2020-03-01 23:01:55 Re: pgsql: Add deduplication to nbtree.