Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
Cc: Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Юрий Соколов <funny(dot)falcon(at)gmail(dot)com>
Subject: Re: [HACKERS] [WIP] Effective storage of duplicates in B-tree index.
Date: 2020-02-27 17:33:42
Message-ID: CAH2-Wzmd_oXs3LAtWg-2dXPuLrW09uq3NuB_gbnndh56XxMSWw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 26, 2020 at 10:03 PM Fujii Masao
<masao(dot)fujii(at)oss(dot)nttdata(dot)com> wrote:
> Thanks for committing this nice feature!

You're welcome!

> Here is one minor comment.
>
> + <primary><varname>deduplicate_items</varname></primary>
> + <secondary>storage parameter</secondary>
>
> This should be
>
> <primary><varname>deduplicate_items</varname> storage parameter</primary>

I pushed a fix for this.

Thanks
--
Peter Geoghegan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message legrand legrand 2020-02-27 17:37:47 Re: Allow auto_explain to log plans before queries are executed
Previous Message Alvaro Herrera 2020-02-27 16:51:58 BEFORE ROW triggers for partitioned tables