Re: array support patch phase 1 patch

From: Joe Conway <mail(at)joeconway(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: array support patch phase 1 patch
Date: 2003-06-02 03:56:04
Message-ID: 3EDACAD4.7010005@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> Joe Conway <mail(at)joeconway(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-02 03:56:07 Re: pg_autovacuum update
Previous Message Tom Lane 2003-06-02 03:51:49 Re: array support patch phase 1 patch