Re: review: Non-recursive processing of AND/OR lists - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: review: Non-recursive processing of AND/OR lists
Date
Msg-id 51DE0408.6020008@agliodbs.com
Whole thread Raw
In response to review: Non-recursive processing of AND/OR lists  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: review: Non-recursive processing of AND/OR lists
List 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 by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Bugfix and new feature for PGXS
Next
From: Josh Berkus
Date:
Subject: Re: [PATCH] Remove useless USE_PGXS support in contrib