Re: linked list rewrite - Mailing list pgsql-hackers

From Neil Conway
Subject Re: linked list rewrite
Date
Msg-id DFCB279A-996A-11D8-AC99-000A95AB279E@samurai.com
Whole thread Raw
In response to Re: linked list rewrite  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: linked list rewrite
List 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 by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: PITR Phase 2 - Design Planning
Next
From: Neil Conway
Date:
Subject: Re: linked list rewrite