Use list_delete_xxxcell instead of list_delete_ptr in some places

Edit
ID 2761
Title Use list_delete_xxxcell instead of list_delete_ptr in some places
Topic Refactoring
Created 2020-10-13 00:18:36
Last modified 2020-10-22 02:21:01 (4 years ago)
Latest email 2020-10-22 01:40:07 (4 years ago)
Status
2020-11: Committed
Target version
Authors Hou Zhijie (houzj)
Reviewers Luc Vlaming (luc.vlaming)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/2761
git checkout commitfest/cf/2761
Emails
Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places
First at 2020-10-10 02:44:49 by "Hou, Zhijie" <houzj.fnst at cn.fujitsu.com>
Latest at 2020-10-22 01:40:07 by David Rowley <dgrowleyml at gmail.com>
Latest attachment (0001-optimize-a-few-list_delete_ptr-calls.patch) at 2020-10-16 03:42:34 from "Hou, Zhijie" <houzj.fnst at cn.fujitsu.com>
    Attachment (0001-optimize-a-few-list_delete_ptr-calls.patch) at 2020-10-16 03:42:34 from "Hou, Zhijie" <houzj.fnst at cn.fujitsu.com> (Patch: Yes)
    Attachment (optimize_a_few_list_delete_ptr_calls.patch) at 2020-10-15 22:24:24 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (0001-Use-list_delete_xxxcell-instead-of-list_delete_ptr.patch) at 2020-10-10 02:44:49 from "Hou, Zhijie" <houzj.fnst at cn.fujitsu.com> (Patch: Yes)
History
When Who What
2020-10-22 02:21:01 David Rowley (davidrowley) Closed in commitfest 2020-11 with status: Committed
2020-10-15 22:24:41 David Rowley (davidrowley) Added davidrowley as committer
2020-10-14 07:13:42 Luc Vlaming (luc.vlaming) Posted review with messageid <160265962260.1154.8927132544731931375.pgcf@coridan.postgresql.org>
2020-10-14 07:13:42 Luc Vlaming (luc.vlaming) New status: Ready for Committer
2020-10-14 05:44:39 Luc Vlaming (luc.vlaming) Added luc.vlaming as reviewer
2020-10-13 00:21:17 Hou Zhijie (houzj) Changed topic to Refactoring
2020-10-13 00:18:54 Hou Zhijie (houzj) Changed authors to hou zj (houzj)
2020-10-13 00:18:36 Hou Zhijie (houzj) Attached mail thread b3517353ec7c4f87aa560678fbb1034b@G08CNEXMBPEKD05.g08.fujitsu.local
2020-10-13 00:18:36 Hou Zhijie (houzj) Created patch record
Edit