Re: [HACKERS] Counting bool flags in a complex query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Counting bool flags in a complex query
Дата
Msg-id 28285.931989903@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Counting bool flags in a complex query  (Michael Richards <miker@scifair.acadiau.ca>)
Список pgsql-hackers
Michael Richards <miker@scifair.acadiau.ca> writes:
> ERROR:  _finalize_primnode: can't handle node 723

Grumble.  Still another routine that doesn't know as much as it should
about traversing parsetrees.  Looks like a job for <flourish of trumpets>
expression_tree_walker.

> It seems to be the union that is confuzing it...

CASE expression inside a UNION/INTERSECT/EXCEPT, to be specific.

Will fix this in time for 6.5.1.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: Arrays versus 'type constant' syntax
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: 6.5.1 release