Re: Is deduplicate_items ever used in nbtree? - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: Is deduplicate_items ever used in nbtree?
Date
Msg-id CAOBaU_bEGHaytPd9KLTB2CQNrghdG_bvupQVsBm7vBemybvkdg@mail.gmail.com
Whole thread Raw
In response to Is deduplicate_items ever used in nbtree?  (Nikolay Shaplov <dhyan@nataraj.su>)
List pgsql-hackers
Hi,

On Mon, Sep 21, 2020 at 2:21 PM Nikolay Shaplov <dhyan@nataraj.su> wrote:
>
> Hi!
>
> I am still working with reloptions patches, and noticed that in current master
> deduplicate_items option exists, but never actually used.
> You can set, it, you can dump it, it has proper representation in BTOptions,
> it is mentioned in documentation, but it is never actually used in the code.
> Or at least I did not managed to grep it.
>
> Is it the way it should be, or something needs fixing?

It's used via the BTGetDeduplicateItems() macro.



pgsql-hackers by date:

Previous
From: "Andrey M. Borodin"
Date:
Subject: Re: Yet another fast GiST build
Next
From: Ashutosh Sharma
Date:
Subject: Logical replication from PG v13 and below to PG v14 (devel version) is not working.