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)
Список
Дерево обсуждения
Re: subversion vs cvs Christopher Browne <cbbrowne@acm.org>
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 по дате отправления