Re: array support patch phase 1 patch

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: array support patch phase 1 patch
Дата
Msg-id 3EDACAD4.7010005@joeconway.com
обсуждение исходный текст
Ответ на Re: array support patch phase 1 patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: array support patch phase 1 patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> Joe Conway <mail@joeconway.com> writes:
>
>>3) There are now "<>, ">", "<", "<=", and ">=" operators for
>>    array-to-array comparison, using semantics similar to text's
>>    character-to-character comparison.
>
>
>>Below are some examples of the new (since earlier patches)
>>functionality. CVS tip from this morning plus this patch compiles
>>cleanly and passes all 90 regression tests on my dev box.
>
>
> Didn't you just say this makes initdb fail?

Sorry -- in the meantime I fixed (or hacked, depending on your POV) the
issue by:

2) examine_attribute() now checks for the element type's equality and
    ordering operators when dealing with a varlena array type

This seems to take care of the issue. Now initdb works fine and all
tests pass.

Joe


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_autovacuum update
Следующее
От: Joe Conway
Дата:
Сообщение: Re: array support patch phase 1 patch