Re: linked list rewrite

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: linked list rewrite
Дата
Msg-id 20040323190415.GI3863@dcc.uchile.cl
обсуждение исходный текст
Ответ на linked list rewrite  (Neil Conway <neilc@samurai.com>)
Ответы Re: linked list rewrite  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Two-phase commit
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Nested transaction proposal - take N (N > 2)