Re: Adding doubly linked list type which stores the number of items in the list
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Cc: David Rowley <dgrowleyml@gmail.com>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Date: 2022-11-02T08:53:26Z
Lists: pgsql-hackers
Attachments
- v1-0001-Constify-the-arguments-of-ilist.c-h-functions.patch (application/octet-stream) patch v1-0001
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
Commits
-
Add doubly linked count list implementation
- 7c335b7a2027 16.0 landed