From: | Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
---|---|
To: | Neil Conway <neilc(at)samurai(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: linked list rewrite |
Date: | 2004-03-23 19:04:15 |
Message-ID: | 20040323190415.GI3863@dcc.uchile.cl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew Hixson | 2004-03-23 19:11:41 | Re: patterns for database administration |
Previous Message | Mike Nolan | 2004-03-23 18:53:21 | Re: patterns for database administration |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-03-23 19:35:18 | pgsql-server/ oc/src/sgml/ref/alter_table.sgml ... |
Previous Message | Alvaro Herrera | 2004-03-23 18:59:07 | Nested transaction proposal - take N (N > 2) |