Re: BUG #5025: Aggregate function with subquery in 8.3 and 8.4.

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: BUG #5025: Aggregate function with subquery in 8.3 and 8.4.
Дата
Msg-id b42b73150909010939t4a27cae0s934f7b7a0805229e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #5025: Aggregate function with subquery in 8.3 and 8.4.  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-bugs
On Tue, Sep 1, 2009 at 4:11 AM, Heikki
Linnakangas<heikki.linnakangas@enterprisedb.com> wrote:
> 2. The semantics of STRICT with row arguments is broken. It should be
> made consistent with IS NULL. Strict function should not be called if
> the argument is a row value with all NULL columns.

not just STRICT, but coalesce(), libpq 'is null' bit, plpgsql row
variables, type input/output, joins, etc.  see recent threads on
-hackers and -bugs note that fixing this would break code in the field
(like mine for example) :-).

merlin

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

Предыдущее
От: "Joseph Shraibman"
Дата:
Сообщение: BUG #5028: CASE returns ELSE value always when type is "char"
Следующее
От: Sam Mason
Дата:
Сообщение: Re: BUG #5028: CASE returns ELSE value always when type is "char"