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

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Subject: Re: Adding doubly linked list type which stores the number of items in the list
Date: 2022-11-02 08:53:26
Message-ID: CAJ7c6TPMcmBiAk27CRaT1FxL683jzAK9peYhY6NnNvr4gPUuag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Best regards,
Aleksander Alekseev

Attachment Content-Type Size
v1-0001-Constify-the-arguments-of-ilist.c-h-functions.patch application/octet-stream 10.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Drouvot, Bertrand 2022-11-02 08:58:36 Re: Split index and table statistics into different types of stats
Previous Message Damir Belyalov 2022-11-02 08:46:03 Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features)