Re: Remove array_nulls?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Remove array_nulls?
Дата
Msg-id 19644.1450458633@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Remove array_nulls?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> Not entirely sure what to make of this.  It occurs to me that the "it
> breaks immutability" argument might apply to array_nulls, though I've
> not done any legwork to confirm or disprove that.  If it doesn't apply,
> though, I'm leaning to the position that there's no reason to remove
> array_nulls.

OK, I went and looked.  Array_nulls is consulted only in array_in(),
which is marked stable (and would need to be so marked even without
this consideration, since the array element type's input function
might only be stable).  So it's not breaking any rules.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Remove array_nulls?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Freeze avoidance of very large table.