Re: Double linked list with one pointer

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Double linked list with one pointer
Дата
Msg-id 19091.1070776226@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Double linked list with one pointer  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I must confess that it strikes me as a really really horrid and ugly 
> hack - very likely to be error-prone and non-portable and undebuggable, 
> and for almost no saving worth having. But maybe that's just me.

No, that was exactly my reaction too.  I'd be willing to buy into it
if we had a lot of lists that needed to be traversable in both
directions and we were concerned about the storage overhead for such
lists.  But we don't, we aren't, and so I'm not ...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Double linked list with one pointer
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: *sigh*