Is deduplicate_items ever used in nbtree?

Started by Nikolay Shaplovover 5 years ago2 messages
#1Nikolay Shaplov
dhyan@nataraj.su

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?

--
Software Developer: https://www.upwork.com/freelancers/~014a87e140ff02c0da
Body-oriented Therapist: https://vk.com/nataraj_rebalancing (Russian)

#2Julien Rouhaud
rjuju123@gmail.com
In reply to: Nikolay Shaplov (#1)
Re: Is deduplicate_items ever used in nbtree?

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.