Re: transformExpr() refactor - Mailing list pgsql-patches

From Tom Lane
Subject Re: transformExpr() refactor
Date
Msg-id 14937.1106027671@sss.pgh.pa.us
Whole thread Raw
In response to Re: transformExpr() refactor  (Neil Conway <neilc@samurai.com>)
Responses Re: transformExpr() refactor
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> Why I think the patch is a good idea: 900 line functions are almost
> universally bad (in fact, I'd be tempted to remove the "almost").

[ shrug... ] 900 line functions that consist of absolutely independent
case arms are not any harder to read than the alternative.  I won't
stand in the way of you doing this, but I think you could find more
profitable uses for your time.

            regards, tom lane

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: rtree: improve performance, tuple killing
Next
From: Tom Lane
Date:
Subject: Re: WIP: pl/pgsql cleanup