Re: BUG #4509: array_cat's null behaviour is inconsistent

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #4509: array_cat's null behaviour is inconsistent
Дата
Msg-id 15122.1225901020@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #4509: array_cat's null behaviour is inconsistent  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
Peter Eisentraut <peter_e@gmx.net> writes:
> Kevin Field wrote:
>> select array_cat(null::integer[], '{3}'::integer[]);
>> ...doesn't return NULL, which it should, for consistency.

> Doesn't make sense to me either.  I found that this was changed between
> 8.1 (where it returns null) and 8.2, but I find nothing in the
> respective release notes or commit messages about this change.  Tom?

Hm, I seem to have changed it in the patch that added support for nulls
within arrays, but I don't recall the reasoning for this detail ATM.

I'm loath to change just this one thing though.  If we're going to
monkey with it, I think we should start by having a thought-through
proposal about the behavior of all the array functions for corner
cases like null arrays and empty arrays (cf recent discussion about
zero-dimensional arrays).

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4510: memory leak with libpg.dll
Следующее
От: "Keven Guindon"
Дата:
Сообщение: BUG #4512: PostgreSQL crash on update command