Re: Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places - Mailing list pgsql-hackers

From Luc Vlaming
Subject Re: Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places
Date
Msg-id 160265962260.1154.8927132544731931375.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places  ("Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>)
List 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
morethe expressive macro's for the list interface, so looks good to me. 

The new status of this patch is: Ready for Committer

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump.
Next
From: Shinya Okano
Date:
Subject: Re: Add a description to the documentation that toast_tuple_target affects "Main"