Re: review: Non-recursive processing of AND/OR lists

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: review: Non-recursive processing of AND/OR lists
Дата
Msg-id 51DE0408.6020008@agliodbs.com
обсуждение исходный текст
Ответ на review: Non-recursive processing of AND/OR lists  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: review: Non-recursive processing of AND/OR lists  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
> I think it's a waste of code to try to handle bushy trees.  A list is
> not a particularly efficient representation of the pending list; this
> will probably be slower than recusing in the common case.  I'd suggest
> keeping the logic to handle left-deep trees, which I find rather
> elegant, but ditching the pending list.

Is there going to be further discussion of this patch, or do I return it?


-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Bugfix and new feature for PGXS
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: [PATCH] Remove useless USE_PGXS support in contrib