Re: Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places

From: Luc Vlaming <luc(at)swarm64(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: hou zj <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com>
Subject: Re: Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places
Date: 2020-10-14 07:13:42
Message-ID: 160265962260.1154.8927132544731931375.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: not tested
Spec compliant: not tested
Documentation: not tested

Patch applies cleanly on master & 13 and installcheck-world runs on 13 & master. Seem to follow the new style of using more the expressive macro's for the list interface, so looks good to me.

The new status of this patch is: Ready for Committer

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shinya Okano 2020-10-14 07:21:37 Re: Add a description to the documentation that toast_tuple_target affects "Main"
Previous Message Michael Paquier 2020-10-14 06:52:43 Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump.