Re: linked list rewrite - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: linked list rewrite
Date
Msg-id 20040323190415.GI3863@dcc.uchile.cl
Whole thread Raw
In response to linked list rewrite  (Neil Conway <neilc@samurai.com>)
Responses Re: linked list rewrite  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Mar 23, 2004 at 05:00:14AM -0500, Neil Conway wrote:

[...]

> The basic idea is to ditch the Lisp-style linked list representation 
> (in which a "list" is merely a pointer to the head node), and adopt a 
> new List struct like so:

I assume you are doing away with the FastList hack too, aren't you?

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
We take risks not to escape from life, but to prevent life escaping from us.


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Two-phase commit
Next
From: Alvaro Herrera
Date:
Subject: Nested transaction proposal - take N (N > 2)