Re: array support patch phase 1 patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array support patch phase 1 patch
Дата
Msg-id 1731.1054529522@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: array support patch phase 1 patch  (Joe Conway <mail@joeconway.com>)
Список pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> Tom Lane wrote:
>> That would mask the problem for ANALYZE, but not for anything else.

> What if we modify equality_oper() and friends to do the check for us
> when argtype is a varlena array?

> If an array type is checked for an ordering operator, its element type
> now *must* have an ordering operator in order for the result to be
> meaningful. Same goes for ordering_oper().

That sounds more like a solution.  Is there anyplace else we need to
push knowledge of this into?  (Offhand I can't think of any, but ...)

            regards, tom lane

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: array support patch phase 1 patch
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Are we losing momentum?