Re: linked list rewrite

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: linked list rewrite
Дата
Msg-id DFCB279A-996A-11D8-AC99-000A95AB279E@samurai.com
обсуждение исходный текст
Ответ на Re: linked list rewrite  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: linked list rewrite  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On 28-Apr-04, at 12:12 AM, Bruce Momjian wrote:
> I never liked "cell" myself.  It is too vague to me.  But I see your
> point that list_head you would think returns the head of the list, not
> the first element in the list.

I'm not sure what you mean: list_head() returns the "head of the list", 
which is the first cell in the list. That cell contains a data value 
and a pointer to the next cell in the list. Makes sense to me...

-Neil



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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: PITR Phase 2 - Design Planning
Следующее
От: Neil Conway
Дата:
Сообщение: Re: linked list rewrite