Re: [HACKERS] Case statement ready?

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Case statement ready?
Дата
Msg-id 3668CCAA.C5B41E32@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Case statement ready?  (jwieck@debis.com (Jan Wieck))
Ответы Re: [HACKERS] Case statement ready?  (jwieck@debis.com (Jan Wieck))
Список pgsql-hackers
>     It's  feature  and  thus must NOT be committed to the RELEASE
>     tree.  But if you send me the patches, I could add it to  the
>     v6.4.1   feature  patch  which  I'll  put  into  the  patches
>     directory on the ftp server after v6.4.1 is out.

I'm thinking that it will lead to nothing but trouble. How about waiting
for v6.5?

> > If anyone has a chance to look at the new code wrt the rewriter
>     Did it add new node types? If not, the rewrite  system  might
>     already be happy with it. Anyway - I'll take a look at it and
>     check/extend/fix for the rewrite corner.

Yes, it added new node types (CaseExpr and CaseWhen), and I added a few
lines to rewriteHandler.c to pretty much ignore them. Not sure if that
was the right thing to do.
                 - Tom


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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Case statement ready?
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Sorry to nag, but... [Failures with arrays]