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

Поиск
Список
Период
Сортировка
От Luc Vlaming
Тема Re: Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places
Дата
Msg-id 160265962260.1154.8927132544731931375.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Use list_delete_xxxcell O(1) instead of list_delete_ptr O(N) in some places  ("Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Wrong statistics for size of XLOG_SWITCH during pg_waldump.
Следующее
От: Shinya Okano
Дата:
Сообщение: Re: Add a description to the documentation that toast_tuple_target affects "Main"