Re: Adding doubly linked list type which stores the number of items in the list

Поиск
Список
Период
Сортировка
От Bharath Rupireddy
Тема Re: Adding doubly linked list type which stores the number of items in the list
Дата
Msg-id CALj2ACXOR5WwATM5sezBJKT-fUgki6yOvtyPtFiojnu1Q+_MpQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Adding doubly linked list type which stores the number of items in the list  (Aleksander Alekseev <aleksander@timescale.com>)
Ответы Re: Adding doubly linked list type which stores the number of items in the list  (Aleksander Alekseev <aleksander@timescale.com>)
Список pgsql-hackers
On Wed, Nov 2, 2022 at 2:23 PM Aleksander Alekseev
<aleksander@timescale.com> wrote:
>
> Hi David,
>
> > Pushed.  Thank you both for reviewing this.
>
> Thanks for applying the patch.
>
> >> Should we consider const'ifying the arguments of the dlist_*/dclist_*
> >> functions that don't change the arguments?
> >> [...]
> > You're right, both of them must be discussed separately.
>
> I would like to piggyback on this thread to propose the const'ifying
> patch, if that's OK. Here it is.

Thanks for the patch. IMO, this can be discussed in a separate thread
to get more thoughts from the hackers.

BTW, there's proclist_* data structure which might need the similar
const'ifying.

-- 
Bharath Rupireddy
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com



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

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Support logical replication of DDLs
Следующее
От: Ian Lawrence Barwick
Дата:
Сообщение: Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)