Re: commits

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: commits
Дата
Msg-id 199906190419.AAA13935@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: commits  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> > Do you want to be making these commits now?  We haven't split the tree,
> > so they will appear in 6.5.x.
> 
> Yeah, I know.  I'm in bugfix mode: CASE does not work in any context
> involving GROUP BY or aggregates, eg
>     select coalesce(f1,0) from int4_tbl group by f1;
>     ERROR:  Illegal use of aggregates or non-group column in target list
> Since we now support CASE "officially", I think this is important
> enough to fix in 6.5.*.  The cause is that parse_agg.c's routines
> neglected the CaseExpr nodetype case.  I couldn't quite stomach
> adding the same boilerplate code to yet another place, so I decided
> to start implementing the suggestion I made a while ago to create
> centralized tree-recursion logic.

Oh, OK.  Just checking.  People sometimes forget.  Thomas was _really_
confused.

I certainly would like to see that stuff centralized.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: commits
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] Re: commits