Re: pg_ls_tmpdir to show directories and shared filesets

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pg_ls_tmpdir to show directories and shared filesets
Дата
Msg-id alpine.DEB.2.21.2003071835160.21542@pseudo
обсуждение исходный текст
Ответ на Re: pg_ls_tmpdir to show directories and shared filesets  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
>> It seems that lists are used as FIFO structures by appending, fetching &
>> deleting last, all of which are O(n). ISTM it would be better to use the
>> head of the list by inserting, getting and deleting first, which are O(1).
>
> I think you're referring to linked lists, but pglists are now arrays,

Ok… I forgot about this change, so my point is void, you took the right 
one.

-- 
Fabien.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: pg_ls_tmpdir to show directories and shared filesets
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ccache is required by postgresql12-devel RPM