Re: Tidy fill hstv array (src/backend/access/heap/pruneheap.c)

Поиск
Список
Период
Сортировка
От John Naylor
Тема Re: Tidy fill hstv array (src/backend/access/heap/pruneheap.c)
Дата
Msg-id CANWCAZZDYh8XrMncdArse=37CtHy0nLLZ5a=4aoARj7t9wwCxw@mail.gmail.com
обсуждение исходный текст
Ответ на Tidy fill hstv array (src/backend/access/heap/pruneheap.c)  (Ranier Vilela <ranier.vf@gmail.com>)
Ответы Re: Tidy fill hstv array (src/backend/access/heap/pruneheap.c)  (Ranier Vilela <ranier.vf@gmail.com>)
Список pgsql-hackers
On Thu, Dec 28, 2023 at 7:58 PM Ranier Vilela <ranier.vf@gmail.com> wrote:
> I think it would be more productive to initialize the entire array with -1, and avoid flagging, one by one, the items
thatshould be -1. 

This just moves an operation from one place to the other, while
obliterating the explanatory comment, so I don't see an advantage.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: speed up a logical replica setup
Следующее
От: vignesh C
Дата:
Сообщение: Re: In-placre persistance change of a relation