Re: transformExpr() refactor

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: transformExpr() refactor
Дата
Msg-id 14937.1106027671@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: transformExpr() refactor  (Neil Conway <neilc@samurai.com>)
Ответы Re: transformExpr() refactor  (Neil Conway <neilc@samurai.com>)
Список 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 по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: rtree: improve performance, tuple killing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP: pl/pgsql cleanup