Re: Is deduplicate_items ever used in nbtree?

Поиск
Список
Период
Сортировка
От Julien Rouhaud
Тема Re: Is deduplicate_items ever used in nbtree?
Дата
Msg-id CAOBaU_bEGHaytPd9KLTB2CQNrghdG_bvupQVsBm7vBemybvkdg@mail.gmail.com
обсуждение исходный текст
Ответ на Is deduplicate_items ever used in nbtree?  (Nikolay Shaplov <dhyan@nataraj.su>)
Список 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 по дате отправления:

Предыдущее
От: "Andrey M. Borodin"
Дата:
Сообщение: Re: Yet another fast GiST build
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: Logical replication from PG v13 and below to PG v14 (devel version) is not working.