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

Edit
ID 3967
Title Adding doubly linked list type which stores the number of items in the list
Topic Refactoring
Created 2022-10-27 03:36:46
Last modified 2022-11-07 10:45:12 (2 years ago)
Latest email 2022-11-07 10:07:45 (2 years ago)
Status
2022-11: Committed
Target version
Authors David Rowley (davidrowley)
Reviewers Aleksander Alekseev (a.alekseev), Bharath Rupireddy (bharathrupireddy)Become reviewer
Committer David Rowley (davidrowley)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3967
git checkout commitfest/cf/3967
Emails
Adding doubly linked list type which stores the number of items in the list
First at 2022-10-27 03:35:26 by David Rowley <dgrowleyml at gmail.com>
Latest at 2022-11-07 10:07:45 by Aleksander Alekseev <aleksander at timescale.com>
Latest attachment (v1-0001-Constify-the-arguments-of-ilist.c-h-functions.patch) at 2022-11-02 08:53:26 from Aleksander Alekseev <aleksander at timescale.com>
    Attachment (v1-0001-Constify-the-arguments-of-ilist.c-h-functions.patch) at 2022-11-02 08:53:26 from Aleksander Alekseev <aleksander at timescale.com> (Patch: Yes)
    Attachment (v3_add_doubly_linked_count_lists.patch) at 2022-10-31 02:56:28 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (v2_add_doubly_linked_count_lists.patch) at 2022-10-28 05:31:45 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (v1-0001-Add-doubly-linked-count-list-implementation.patch) at 2022-10-27 03:35:26 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
History
When Who What
2022-11-07 10:45:13 Aleksander Alekseev (a.alekseev) Closed in commitfest 2022-11 with status: Committed
2022-11-07 10:45:00 Aleksander Alekseev (a.alekseev) Changed reviewers to Aleksander Alekseev (a.alekseev), Bharath Rupireddy (bharathrupireddy)
2022-11-07 10:45:00 Aleksander Alekseev (a.alekseev) Changed authors to David Rowley (davidrowley)
2022-11-07 10:44:35 Aleksander Alekseev (a.alekseev) Changed name to Adding doubly linked list type which stores the number of items in the list
2022-11-07 10:44:27 Aleksander Alekseev (a.alekseev) Detached mail thread CAJ7c6TM2=08mNKD9aJg8vEY9hd+G4L7+Nvh30UiNT3kShgRgNg@mail.gmail.com
2022-11-07 09:03:53 Aleksander Alekseev (a.alekseev) Attached mail thread CAJ7c6TM2=08mNKD9aJg8vEY9hd+G4L7+Nvh30UiNT3kShgRgNg@mail.gmail.com
2022-11-02 08:55:23 Aleksander Alekseev (a.alekseev) New status: Needs review
2022-11-02 08:55:19 Aleksander Alekseev (a.alekseev) Changed authors to David Rowley (davidrowley), Aleksander Alekseev (a.alekseev)
2022-11-02 08:55:19 Aleksander Alekseev (a.alekseev) Changed name to ilist.c/.h improvements (was: Add doubly linked list type...)
2022-11-02 01:07:55 David Rowley (davidrowley) Closed in commitfest 2022-11 with status: Committed
2022-11-02 01:07:55 David Rowley (davidrowley) Changed committer to davidrowley
2022-11-01 07:55:23 Bharath Rupireddy (bharathrupireddy) New status: Ready for Committer
2022-10-28 11:46:21 Bharath Rupireddy (bharathrupireddy) Added bharathrupireddy as reviewer
2022-10-27 03:36:56 David Rowley (davidrowley) Changed authors to David Rowley (davidrowley)
2022-10-27 03:36:46 David Rowley (davidrowley) Attached mail thread CAApHDvrtVxr+FXEX0VbViCFKDGxA3tWDgw9oFewNXCJMmwLjLg@mail.gmail.com
2022-10-27 03:36:46 David Rowley (davidrowley) Created patch record
Edit